mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
5255ead22b
After this change, we do the expected thing for cases like ``` Check0Passed = /* range check IRCE can optimize */ Check1Passed = /* range check IRCE can optimize */ if (!(Check0Passed && Check1Passed)) throw_Exception(); ``` llvm-svn: 270804 |
||
---|---|---|
.. | ||
bug-loop-varying-upper-limit.ll | ||
bug-mismatched-types.ll | ||
conjunctive-checks.ll | ||
decrementing-loop.ll | ||
low-becount.ll | ||
multiple-access-no-preloop.ll | ||
not-likely-taken.ll | ||
only-lower-check.ll | ||
only-upper-check.ll | ||
single-access-no-preloop.ll | ||
single-access-with-preloop.ll | ||
unhandled.ll | ||
with-parent-loops.ll |