summaryrefslogtreecommitdiff
path: root/test/Analysis/TypeBasedAliasAnalysis/dse.ll
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2013-09-27 15:30:25 +0000
committerJustin Bogner <mail@justinbogner.com>2013-09-27 15:30:25 +0000
commitd237e834a816399b7e1561dd4db2c501f5095712 (patch)
tree86e680b36d931456afaed39efe9c66fc1985ca14 /test/Analysis/TypeBasedAliasAnalysis/dse.ll
parent0548a5487ab8648c7c017f87c507ea1bc38bbb1f (diff)
downloadllvm-d237e834a816399b7e1561dd4db2c501f5095712.tar.gz
llvm-d237e834a816399b7e1561dd4db2c501f5095712.tar.bz2
llvm-d237e834a816399b7e1561dd4db2c501f5095712.tar.xz
Transforms: Use getFirstNonPHI to set the insertion point for PHIs
We were previously using getFirstInsertionPt to insert PHI instructions when vectorizing, but getFirstInsertionPt also skips past landingpads, causing this to generate invalid IR. We can avoid this issue by using getFirstNonPHI instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191526 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/TypeBasedAliasAnalysis/dse.ll')
0 files changed, 0 insertions, 0 deletions