Disable invariant load hoisting temporarily
authorTobias Grosser <tobias@grosser.es>
Mon, 15 Aug 2016 16:43:36 +0000 (16:43 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 15 Aug 2016 16:43:36 +0000 (16:43 +0000)
commit74814e1a0767de862091b3c452ad21369cd4de08
tree739f23e817f506be138eb8bdbb2451df407deedd
parent13e55a32fd08b94139796dc9df2f27f43209660a
Disable invariant load hoisting temporarily

With invariant load hoisting enabled the LLVM buildbots currently show some
miscompiles, which are possibly caused by invariant load hosting itself.
Confirming and fixing this requires a more in-depth analysis. To meanwhile get
back green buildbots that allow us to observe other regressions, we disable
invariant code hoisting temporarily. The relevant bug is tracked at:

http://llvm.org/PR28985

llvm-svn: 278681
polly/lib/Analysis/ScopDetection.cpp