aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll
AgeCommit message (Expand)AuthorFilesLines
2016-03-25[InstSimplify] regenerate checks using a scriptSanjay Patel1-22/+31
2016-02-29[InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only safe if signed zeros ar...Benjamin Kramer1-3/+23
2015-02-25Fix really obscure bug in CannotBeNegativeZero() (PR22688)Sanjay Patel1-0/+26
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin1-4/+4
2013-04-11Add missing colons to check lines.Benjamin Kramer1-2/+2
2012-12-12Added a slew of SimplifyInstruction floating-point optimizations, many of whi...Michael Ilseman1-0/+35