[LIR] Handle access to AliasAnalysis the same way as the other analysis
authorChandler Carruth <chandlerc@gmail.com>
Thu, 13 Aug 2015 10:00:53 +0000 (10:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 13 Aug 2015 10:00:53 +0000 (10:00 +0000)
commit8d26d44905de0eb2b521601c83b6e540a156d94d
treeb0fe1d42de8c30442352eb685786b5c597377f3d
parent0e593a62f657547c6a7af6dc9710fc055a9c4da0
[LIR] Handle access to AliasAnalysis the same way as the other analysis
in LoopIdiomRecognize. This is what started me staring at this code. Now
migrating it with the new AA stuff will be trivial.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopIdiomRecognize.cpp