Rerun mem2reg after the inliner
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Fri, 2 Dec 2016 17:43:57 +0000 (17:43 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Fri, 2 Dec 2016 17:43:57 +0000 (17:43 +0000)
commit2df9963fe3a9558198a79c323cc873df8e1abb53
treeb395fd56b3d5839d4c02cf833497dbd3ac407bef
parent531f5221bab424e2ccd46a6bd9b9cf19b4e08502
Rerun mem2reg after the inliner

It did happen that after the inliner finished we end up with promotable
allocas in a function. We now run mem2reg to make sure everything is
promoted if possible.

llvm-svn: 288514
polly/lib/Transform/Canonicalization.cpp