OSDN Git Service

[ValueTracking] allow undef elements when matching vector abs
[android-x86/external-llvm.git] / test / Transforms / InstCombine / abs-1.ll
2018-07-02 Sanjay Patel[ValueTracking] allow undef elements when matching...
2018-07-01 Sanjay Patel[InstCombine] add abs tests with undef elts; NFC
2018-06-06 Sanjay Patel[InstCombine] fold another shifty abs pattern to cmp...
2018-06-06 Sanjay Patel[InstCombine] add tests for another abs() pattern ...
2018-06-05 John Brawn[InstCombine] Correct the cmp operand type used when...
2018-05-25 Craig TopperRecommit r333226 "[ValueTracking] Teach computeKnownBit...
2018-05-25 Craig TopperRevert r333226 "[ValueTracking] Teach computeKnownBits...
2018-05-24 Craig Topper[ValueTracking] Teach computeKnownBits that the result...
2018-05-23 Craig Topper[InstCombine] Negate ABS/NABS patterns by swapping...
2018-05-22 Sanjay Patel[InstCombine] use nsw negation for abs libcalls
2018-05-20 Sanjay Patel[InstCombine] choose 1 form of abs and nabs as canonical
2018-05-18 Sanjay Patel[InstCombine] add tests for lack of abs/nabs canonicali...
2018-05-17 Craig Topper[InstCombine] Propagate the nsw/nuw flags from the...
2017-12-16 Sanjay Patel[InstCombine] canonicalize shifty abs(): ashr+add+xor...
2017-12-07 Sanjay Patel[InstCombine] add tests for abs using bit hackery; NFC
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations