aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize/if-conversion-nest.ll
AgeCommit message (Expand)AuthorFilesLines
2021-03-08[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee1-1/+1
2020-11-16Revert "[InstCombine] add multi-use demanded bits fold for add with low-bit m...Sanjay Patel1-1/+1
2020-11-15[InstCombine] add multi-use demanded bits fold for add with low-bit maskSanjay Patel1-1/+1
2020-11-12[LoopVectorize] regenerate test checks; NFCSanjay Patel1-2/+2
2019-12-02[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...Roman Lebedev1-27/+27
2019-04-17Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher1-0/+118
2019-04-17Temporarily Revert "Add basic loop fusion pass."Eric Christopher1-118/+0
2019-03-21[InstCombine] Don't transform ((C1 OP zext(X)) & C2) -> zext((C1 OP X) & C2) ...Craig Topper1-4/+2
2018-09-10InstCombine: move hasOneUse check to the top of foldICmpAddConstantTim Northover1-1/+1
2018-09-04[InstCombine] Fold icmp ugt/ult (add nuw X, C2), C --> icmp ugt/ult X, (C - C2)Nicola Zaghen1-1/+1
2017-11-20[LV] Model masking in VPlan, introducing VPInstructionsGil Rapaport1-1/+1
2017-08-20[Loop Vectorize] Added a separate metadataAditya Kumar1-1/+1
2017-07-19[LV] Test once if vector trip count is zero, instead of twiceAyal Zaks1-14/+11
2017-07-08[LoopVectorize] auto-generate complete checks; NFCSanjay Patel1-10/+85
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2014-09-10Rename getMaximumUnrollFactor -> getMaxInterleaveFactor; also rename option n...Sanjay Patel1-1/+1
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin1-1/+1
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem1-0/+48