forked from OSchip/llvm-project
0b6d7bc682
Sinking comparisons in CGP can undo the job of hoisting them done earlier by LICM, and soft-FP makes this an expensive mistake. A common pattern that produces floating point comparisons uniform over a loop is an explicit check for division by zero. If the divisor is hoisted out of the loop, the comparison can also be, but hoisting the function that unwinds is never legal, since it may cause side effects in the loop body prior to the unwinding to not be executed. Differential Revision: http://reviews.llvm.org/D18744 llvm-svn: 265264 |
||
---|---|---|
.. | ||
AArch64 | ||
AMDGPU | ||
ARM | ||
X86 | ||
2008-11-24-RAUW-Self.ll | ||
basic.ll | ||
bitreverse-hang.ll | ||
dom-tree.ll | ||
invariant.group.ll | ||
overflow-intrinsics.ll | ||
statepoint-relocate.ll |