summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll
Commit message (Expand)AuthorAgeFilesLines
* [LV] Do not try to sink dead instructions.Florian Hahn2020-01-291-0/+38
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-091-0/+35
* Revert "[LV] Apply sink-after & interleave-groups as VPlan transformations (N...Gil Rapaport2019-11-081-35/+0
* [LV] Apply sink-after & interleave-groups as VPlan transformations (NFCI)Gil Rapaport2019-11-081-0/+35
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+574
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-574/+0
* [LV] Fix PR34711 - widen instruction ranges when sinking castsAyal Zaks2017-10-051-0/+49
* [LV] Fix PR34248 - recommit D32871 after revert r311304Ayal Zaks2017-08-271-7/+0
* Revert r311077: [LV] Using VPlan ...Chandler Carruth2017-08-201-0/+7
* [LV] Using VPlan to model the vectorized code and drive its transformationAyal Zaks2017-08-171-7/+0
* [LV] Minor savings to Sink casts to unravel first order recurrenceAyal Zaks2017-08-151-1/+4
* [LV] Test once if vector trip count is zero, instead of twiceAyal Zaks2017-07-191-4/+4
* [LV] Sink casts to unravel first order recurrenceAyal Zaks2017-06-301-0/+80
* [LV] Fix PR33613 - retain order of insertelement per partAyal Zaks2017-06-281-4/+55
* [LV] Fix the vector code generation for first order recurrenceAnna Thomas2017-04-131-5/+30
* [LV] Avoid vectorizing first order recurrence when phi uses are outside loopAnna Thomas2017-04-111-0/+22
* [LV] Move first order recurrence test to common folder. NFCAnna Thomas2017-04-111-0/+351
OpenPOWER on IntegriCloud