| commit | e82e83fcce6d88c1850ab876f5ee0e2172f65e8e | [log] [tgz] |
|---|---|---|
| author | Michael Zolotukhin <mzolotukhin@apple.com> | Wed Feb 07 04:24:44 2018 +0000 |
| committer | Michael Zolotukhin <mzolotukhin@apple.com> | Wed Feb 07 04:24:44 2018 +0000 |
| tree | 924cc76c50438839c94b60b3fd986872efc3e3d6 | |
| parent | f3681015670c531cb42bc20dbbe78cb237b055d7 [diff] |
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. llvm-svn: 324445