OSDN Git Service

[InstSimplify] add tests for minnum/maxnum; NFC
[android-x86/external-llvm.git] / test / Transforms / InstSimplify / floating-point-arithmetic.ll
2018-07-15 Sanjay Patel[InstSimplify] add tests for minnum/maxnum; NFC
2018-03-25 Sanjay Patel[PatternMatch] allow undef elements when matching vecto...
2018-03-25 Sanjay Patel[InstSimplify, InstCombine] add/update tests with FP...
2018-03-12 Sanjay Patel[PatternMatch, InstSimplify] allow undef elements when...
2018-03-12 Sanjay Patel[InstSimplify] add test for m_NegZero with undef elt...
2018-02-27 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-26 Sanjay Patel[InstCombine, InstSimplify] add tests with undef elemen...
2018-02-26 Craig Topper[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl...
2018-02-25 Craig Topper[InstSimplify] Add test cases for removal of vector...
2018-02-25 Craig Topper[InstSimplify] Remove unused parameter from test cases.
2018-02-13 Sanjay Patel[InstCombine, InstSimplify] (re)move tests, regenerate...
2017-01-26 Justin Lebar[ValueTracking] Implement SignBitMustBeZero correctly...
2017-01-11 Matt ArsenaultInstSimplify: Eliminate fabs on known positive
2016-12-08 Zia Ansari[InstSimplify] Add "X / 1.0" to SimplifyFDivInst.
2016-12-08 Sanjay Patel[InstSimplify] add fdiv x/1.0 test and update checks...
2016-03-25 Sanjay Patel[InstSimplify] regenerate checks using a script
2016-02-29 Benjamin Kramer[InstSimplify] fsub 0.0, (fsub -0.0, X) ==> X is only...
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2012-12-12 Michael IlsemanAdded a slew of SimplifyInstruction floating-point...