OSDN Git Service

Follow-up for r324429: "[LCSSAVerification] Run verification only when asserts are...
authorMichael Zolotukhin <mzolotukhin@apple.com>
Wed, 7 Feb 2018 04:24:44 +0000 (04:24 +0000)
committerMichael Zolotukhin <mzolotukhin@apple.com>
Wed, 7 Feb 2018 04:24:44 +0000 (04:24 +0000)
commit9cac4d02e5f3cea30b6d498c83e33b5105957f5f
tree9bb42ce0a2937881aa990582a9964d04183638e9
parentd3f03a62273b92ff6bf06db366c296588cff6af0
Follow-up for r324429: "[LCSSAVerification] Run verification only when asserts are enabled."

Before r324429 we essentially didn't have a verification of LCSSA, so
no wonder that it has been broken: currently loop-sink breaks it (the
attached test illustrates the failure).

It was detected during a stage2 RA build, so to unbreak it I'm disabling
the check for now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@324445 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopPass.cpp
test/Transforms/LICM/loopsink.ll