1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/ConstProp
Andrew Scheidecker 27f37676a5 [ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself.
The code incorrectly inferred that the relationship of a constant expression
to itself is FCMP_OEQ (ordered and equal), when it's actually FCMP_UEQ
(unordered *or* equal). This change corrects that, and adds some more limited
folds that can be done in this case.

Differential revision: https://reviews.llvm.org/D51216

llvm-svn: 354381
2019-02-19 21:21:54 +00:00
..
2002-05-03-DivideByZeroException.ll
2002-05-03-NotOperator.ll
2002-09-03-SetCC-Bools.ll
2003-05-12-DivideError.ll
2005-01-28-SetCCGEP.ll
2006-11-30-vector-cast.ll
2006-12-01-bool-casts.ll
2006-12-01-TruncBoolBug.ll
2007-02-05-BitCast.ll
2007-02-23-sdiv.ll
2008-07-07-VectorCompare.ll
2009-06-20-constexpr-zero-lhs.ll
2009-09-01-GEP-Crash.ll
avx512.ll
basictest.ll
bitcast.ll [ConstantFold] Fix misfolding fcmp of a ConstantExpr NaN with itself. 2019-02-19 21:21:54 +00:00
bswap.ll
calls-math-finite.ll
calls.ll
cast.ll
constant-expr.ll
convert-from-fp16.ll
div-zero.ll
extractvalue.ll
float-to-ptr-cast.ll
InsertElement.ll
insertvalue.ll
loads.ll
logicaltest.ll
overflow-ops.ll [ConstantFolding] Fold undef for integer intrinsics 2019-01-11 21:18:00 +00:00
phi.ll
remtest.ll
shift.ll
sse.ll
trunc_vec.ll