OSDN Git Service

[InstSimplify] tests for D48828, D49981: fold extraction from std::pair
[android-x86/external-llvm.git] / test / Transforms / InstSimplify / AndOrXor.ll
2018-07-31 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-31 Hiroshi Inoue[InstSimplify] tests for D48828, D49981: fold extractio...
2018-07-27 Hiroshi Inoue[InstSimplify] tests for D48828: fold extraction from...
2018-06-20 Sanjay Patel[InstSimplify] Fix missed optimization in simplifyUnsig...
2018-06-20 Sanjay Patel[InstSimplify] Add tests for missed optimizations in...
2018-04-22 Sanjay Patel[PatternMatch] allow undef elements when matching a...
2018-04-22 Sanjay Patel[InstSimplify, InstCombine] add vector tests with undef...
2018-02-20 Sanjay Patel[PatternMatch] enhance m_SignMask() to ignore undef...
2018-02-20 Sanjay Patel[InstSimplify] add tests for m_SignMask with undef...
2017-05-18 Craig Topper[InstSimplify] Make m_Not work for xor -1, X
2017-05-18 Craig Topper[InstSimplify] Add test cases for missing fold (A ...
2017-05-16 Sanjay Patel[InstSimplify] add folds for constant mask of value...
2017-05-15 Sanjay Patel[InstSimplify] add tests for unnecessary mask of shifte...
2017-05-14 Craig Topper[InstSimplify] Add patterns for folding (A & B) | ...
2017-05-14 Craig Topperfoo
2017-05-04 Sanjay Patel[InstSimplify] add folds for or-of-casted-icmps
2017-05-04 Sanjay Patel[InstSimplify] add tests for or-of-casted-icmps; NFC
2017-04-25 Craig Topper[InstCombine] Fix CHECK-LABEL in two tests.
2017-04-25 Craig Topper[InstSimplify] Handle (~A & ~B) | (~A ^ B) -> ~A ^ B
2017-04-24 Sanjay Patel[InstSimplify] move (A & ~B) | (A ^ B) -> (A ^ B) from...
2017-04-17 Sanjay Patel[InstSimplify] add/move tests for (icmp X, C1 & icmp...
2017-02-18 Sanjay Patel[InstSimplify] add nsw/nuw (xor X, signbit), signbit...
2017-02-18 Sanjay Patel[InstSimplify] add tests for add nsw/nuw (xor X, signbi...
2016-10-19 Sanjay Patel[InstSimplify] move one and add more tests for potentia...
2016-09-28 Sanjay Patel[InstSimplify] allow or-of-icmps folds with vector...
2016-09-28 Sanjay Patel[InstSimplify] add vector splat tests for or-of-icmps
2016-09-28 Sanjay Patel[InstSimplify] allow and-of-icmps folds with vector...
2016-06-20 Sanjay Patel[InstSimplify] analyze (optionally casted) icmps to...
2016-06-19 Sanjay Patel[InstSimplify] add tests for PR27689; regenerate checks
2016-03-25 Sanjay Patel[InstSimplify] regenerate checks using a script
2014-12-08 David MajnemerInstSimplify: Try to bring back the rest of r223583
2014-12-08 NAKAMURA TakumiRevert a part of r223583, for now. It seems causing...
2014-12-06 David MajnemerInstSimplify: Optimize away useless unsigned comparisons
2014-11-22 David MajnemerInstSimplify: Simplify (sub 0, X) -> X if it's NUW
2014-09-15 David MajnemerInstSimplify: Simplify trivial and/or of icmps
2014-07-31 David MajnemerInstSimplify: Simplify (X - (0 - Y)) if the second...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-10-28 Duncan SandsA shift of a power of two is a power of two or zero.
2011-10-26 Duncan SandsThe maximum power of 2 dividing a power of 2 is itself...