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 | 0be19363d1389680b570949cadbfcd6d220e3d87 (patch) | |
tree | 017ba3c56af8211217be21ef2db5d23a23848958 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | cf7e6971e819732ff330c877184caabbe5097afd (diff) | |
download | bcm5719-llvm-0be19363d1389680b570949cadbfcd6d220e3d87.tar.gz bcm5719-llvm-0be19363d1389680b570949cadbfcd6d220e3d87.zip |
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
llvm-svn: 168768
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions