summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
Commit message (Expand)AuthorAgeFilesLines
...
* [SimplifyCFG] add fast-math-flags to tests for better coverage; NFCSanjay Patel2019-11-171-8/+8
* [SimplifyCFG] add tests for possible FP speculative select; NFCSanjay Patel2019-11-171-36/+99
* [InstCombine] Canonicalize ssub.with.overflow with clamp to ssub.satDavid Green2019-11-171-54/+9
* [InstCombine] Canonicalize sadd.with.overflow with clamp to sadd.satDavid Green2019-11-171-54/+9
* [InstCombine] Add extra tests for overflow_to_sat.ll. NFCDavid Green2019-11-171-0/+76
* [SimplifyCFG] propagate fast-math-flags (FMF) from phi to selectSanjay Patel2019-11-151-1/+1
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-151-0/+61
* [ARM][MVE] tail-predicationSjoerd Meijer2019-11-151-0/+26
* [Scalarizer] Treat values from unreachable blocks as undefMikael Holmen2019-11-151-0/+98
* Revert "Temporarily Revert:"Alexey Bataev2019-11-1420-407/+875
* [InstCombine] regenerate test CHECKs; NFCSanjay Patel2019-11-149-501/+502
* [LV] PreferPredicateOverEpilog respecting predicate loop hintSjoerd Meijer2019-11-141-9/+6
* Revert "[InstCombine] Fold PHIs with equal incoming pointers"Daniil Suchkov2019-11-141-400/+136
* [InstCombine] Fold PHIs with equal incoming pointersDaniil Suchkov2019-11-141-136/+400
* Check result of emitStrLen before passing it to CreateGEPDimitry Andric2019-11-141-0/+15
* [SimplifyCFG] add test for select with FMF; NFCSanjay Patel2019-11-131-6/+33
* [SLP] fix miscompile on min/max reductions with extra uses (PR43948)Sanjay Patel2019-11-132-2/+2
* Add -disable-builtin option to optDimitry Andric2019-11-131-0/+21
* [TTI] Fix cast cost on vector types.Michael Liao2019-11-132-0/+23
* [SLP] improve test readability; NFCSanjay Patel2019-11-131-6/+6
* [InstCombine] propagate fast-math-flags (FMF) to select when inverting fcmp+s...Sanjay Patel2019-11-134-72/+61
* [InstCombine] Avoid moving ops that do restrict undef across shuffles.Florian Hahn2019-11-131-13/+32
* [InstCombine] Precommit shuffle tests for D70093.Florian Hahn2019-11-131-0/+186
* [ARM][MVE] canTailPredicateLoopSjoerd Meijer2019-11-131-27/+592
* Revert 57dd4b0 "[ValueTracking] Allow context-sensitive nullness check for no...Hans Wennborg2019-11-134-7/+13
* Temporarily revert "[InstCombine] Fold PHIs with equal incoming pointers"Daniil Suchkov2019-11-131-295/+136
* [InstCombine] Fold PHIs with equal incoming pointersDaniil Suchkov2019-11-131-136/+295
* Temporarily Revert "Reapply [LVI] Normalize pointer behavior" as it's broken ...Eric Christopher2019-11-121-2/+1
* [SLP] add test for miscompile with reduction (PR43948); NFCSanjay Patel2019-11-121-0/+55
* [DBG][OPT] Attempt to salvage or undef debug info when removing trivially del...Tom Weaver2019-11-122-0/+145
* [InstCombine] Skip scalable vectors in combineLoadToOperationTypeDiana Picus2019-11-121-0/+48
* [LoopInterchange] Only skip PHIs with incoming values from the inner loop.Florian Hahn2019-11-121-0/+150
* [NFC][InstCombine] Add tests that show a number of canonicalization opportuni...Daniil Suchkov2019-11-121-0/+616
* [Attributor] Use must-be-executed-context in align deductionHideto Ueno2019-11-129-32/+42
* [SLP] Look-ahead operand reordering heuristic.Vasileios Porpodas2019-11-112-91/+264
* Add InstCombine/InstructionSimplify support for Freeze Instructionaqjune2019-11-122-0/+40
* [IR] Redefine Freeze instructionaqjune2019-11-121-3/+3
* [ObjC] Override TailCallKind when lowering objc intrinsicsFrancis Visoiu Mistrih2019-11-111-5/+5
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-111-35/+0
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-111-0/+35
* Revert "[DBG][OPT] Attempt to salvage or undef debug info when removing trivi...Tom Weaver2019-11-112-145/+0
* [DBG][OPT] Attempt to salvage or undef debug info when removing trivially del...Tom Weaver2019-11-112-0/+145
* [InstCombine] Simplify binary op when only one operand is a selectJay Foad2019-11-112-9/+4
* [InstCombine] Turn (extractelement <1 x i64/double> (bitcast (x86_mmx))) into...Craig Topper2019-11-101-2/+1
* [InstCombine] Add a test case for suboptimal handling of (double (bitcast (<1...Craig Topper2019-11-101-1/+14
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-101-39/+0
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-101-0/+39
* Revert "[InstCombine] avoid crash from deleting an instruction that still has...Sanjay Patel2019-11-101-35/+0
* [InstCombine] avoid crash from deleting an instruction that still has uses (P...Sanjay Patel2019-11-101-0/+35
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-092-0/+84
OpenPOWER on IntegriCloud