| commit | 17e5794f11c72ed95a6208191ccc3efedbdd4794 | [log] [tgz] |
|---|---|---|
| author | Serguei Katkov <serguei.katkov@azul.com> | Tue Jan 23 12:07:49 2018 +0000 |
| committer | Serguei Katkov <serguei.katkov@azul.com> | Tue Jan 23 12:07:49 2018 +0000 |
| tree | 500d385e6906cd4f33113c0779ecc0e0c7f28f4f | |
| parent | c159aa6aeb56c9e08c7a6b47b97906d1c7634261 [diff] |
[CGP] Fix the GV handling in complex addressing mode If in complex addressing mode the difference is in GV then base reg should not be installed because we plan to use base reg as a merge point of different GVs. This is a fix for PR35980. Reviewers: reames, john.brawn, santosh Reviewed By: john.brawn Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D42230 llvm-svn: 323192