mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
6fe2359aa7
A question about this behavior came up on llvm-dev: http://lists.llvm.org/pipermail/llvm-dev/2020-February/139003.html ...and as part of backend improvements in D73978, but this is an IR change first because we already have fairly thorough tests in place here. We decided not to implement a more general change that would have folded any FP binop with nearly arbitrary constant + undef operand to undef because that is not theoretically correct (even if it is practically correct). Differential Revision: https://reviews.llvm.org/D74713 |
||
---|---|---|
.. | ||
AMDGPU | ||
binop-identity-undef.ll | ||
bitcount.ll | ||
cast-vector.ll | ||
copysign.ll | ||
fneg.ll | ||
fp-undef.ll | ||
funnel-shift.ll | ||
gep-alias.ll | ||
gep-constanfolding-error.ll | ||
gep-zeroinit-vector.ll | ||
gep.ll | ||
math-1.ll | ||
math-2.ll | ||
min-max.ll | ||
rint.ll | ||
round.ll | ||
saturating-add-sub.ll | ||
smul-fix-sat.ll | ||
smul-fix.ll | ||
timeout.ll | ||
trunc.ll | ||
vector-undef-elts.ll | ||
vectorgep-crash.ll | ||
vscale-getelementptr.ll | ||
vscale-shufflevector.ll | ||
vscale.ll |