mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
81169f2e1b
SGT exit condition. Essentially, the correct way to flip an inequality in 2's complement is the not operator, not the negation operator. That said, the difference only affects cases involving INT_MIN. Also, enhance the pre-test search logic to be a bit smarter about inequalities flipped with a not operator, so it can eliminate the smax from the iteration count for simple loops. llvm-svn: 54184 |
||
---|---|---|
.. | ||
Andersens | ||
BasicAA | ||
Dominators | ||
GlobalsModRef | ||
LoadVN | ||
LoopInfo | ||
PostDominators | ||
ScalarEvolution |