diff options
author | Andrew Trick <atrick@apple.com> | 2012-11-28 03:42:49 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-11-28 03:42:49 +0000 |
commit | 8f82a0867343058f4e01d640abbfae76af6886b4 (patch) | |
tree | e58d9d6153e64cbd0efdf2e473989a4e1d372a81 /lib/CodeGen/MachineScheduler.cpp | |
parent | b422104f35b93b262cad8c2b8ba8c2f55ef6c1e4 (diff) |
misched: better alias analysis.
This fixes a hole in the "cheap" alias analysis logic implemented within
the DAG builder itself, regardless of whether proper alias analysis is
enabled. It now handles this pattern produced by LSR+CodeGenPrepare.
%sunkaddr1 = ptrtoint * %obj to i64
%sunkaddr2 = add i64 %sunkaddr1, %lsr.iv
%sunkaddr3 = inttoptr i64 %sunkaddr2 to i32*
store i32 %v, i32* %sunkaddr3
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions