summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms
AgeCommit message (Expand)Author
2025-07-03[llvm][test] Fix REQUIRES in extractelement-insertpoint.llDavid Spickett
2025-07-03[PHIElimination] Revert #131837 #146320 #146337 (#146850)Guy David
2025-07-03[VPlan] Don't convert VPWidenSelectRecipes to vp.select in EVL transform (#14...Luke Lau
2025-07-03[VectorCombine] Scalarize extracts of ZExt if profitable. (#142976)Florian Hahn
2025-07-02Pre-commit PhaseOrdering/always-inline-alloca-promotion.llAmara Emerson
2025-07-02[SimplifyCFG] Transform switch to select when common bits uniquely identify o...Gábor Spaits
2025-07-02[VectorCombine] Scalarize vector intrinsics with scalar arguments (#146530)Luke Lau
2025-07-02[InstCombine] Fix multi-use handling for multi-GEP rewrite (#146689)Nikita Popov
2025-07-02[LV] Add support for partial reductions without a binary op (#133922)David Sherwood
2025-07-02[VPlan] Emit VPVectorEndPointerRecipe for reverse interleave pointer adjustme...Mel Chen
2025-07-02[SLP] Avoid -passes=instcombine stages in SLP tests (#146257)Hanyang (Eric) Xu
2025-07-02[IR] Introduce `dead_on_return` attributeAntonio Frighetto
2025-07-02[InstCombine] Fold icmp of gep chain with base (#144065)Nikita Popov
2025-07-01[Reland][IPO] Added attributor for identifying invariant loads (#146584)zGoldthorpe
2025-07-01[VectorCombine] Use InstSimplifyFolder to simplify instrs on creation. (#146350)Florian Hahn
2025-07-01[VPlan] Add VPExpressionRecipe, replacing extended reduction recipes. (#144281)Florian Hahn
2025-07-01[InstCombine] Pull vector reverse through intrinsics (#146384)Luke Lau
2025-07-01[FunctionAttrs] Handle ConstantRange overflow in memset initializes inference...Shivam Gupta
2025-07-01[InstCombine] Rewrite multi-use GEPs when simplifying comparison (#146100)Nikita Popov
2025-07-01[LV] Use vscale for tuning to improve branch weight estimates (#144733)David Sherwood
2025-07-01[VPlan] Support VPWidenIntOrFpInductionRecipes with EVL tail folding (#144666)Luke Lau
2025-07-01[InstCombine] Combine interleaved recurrences. (#143878)Ricardo Jesus
2025-06-30[VPlan] Truncate/Extend ComputeReductionResult at construction (NFC). (#141860)Florian Hahn
2025-06-30Restrict tests in Transforms/InstCombine/SystemZ to SystemZ (NFC) (#146363)Dominik Steenken
2025-06-30[InstCombine] Pull vector reverse through fneg (#146349)Luke Lau
2025-06-30[InstCombine] smin(smax(X, -1), 1) -> scmp(X, 0) and smax(smin(X, 1), -1) -> ...AZero13
2025-06-30[GlobalOpt] Revert global widening transform (#144652)Nikita Popov
2025-06-30[VPlan] Replace all uses of VF when EVL tail folding. NFCI (#146339)Luke Lau
2025-06-30[InstCombine] Add explicit data layout to testNikita Popov
2025-06-30[EarlyCSE] Add support for writeonly call CSE (#145474)Nikita Popov
2025-06-30Global string alignment (#142346)Dominik Steenken
2025-06-30[InstCombine] Pull unary shuffles through fneg/fabs (#144933)Luke Lau
2025-06-29[VPlan] Fix crash when trying to narrow interleave group storing const.Florian Hahn
2025-06-29[PHIElimination] Reuse existing COPY in predecessor basic block (#131837)Guy David
2025-06-29Revert "[VPlan] Allow derived IVs and scalar-steps in narrowing interleave."Florian Hahn
2025-06-29[VPlan] Allow derived IVs and scalar-steps in narrowing interleave.Florian Hahn
2025-06-29[AArch64] Fix stale +zcm target feature to +zcm-gpr64 (#146260)Tomer Shafir
2025-06-29[LV] Add support for cmp reductions with decreasing IVs. (#140451)Florian Hahn
2025-06-28[CodeGenPrepare] Filter out unrecreatable addresses from memory optimization ...Evgenii Kudriashov
2025-06-28[SimplifyCFG] Use indexType from data layout in switch to table conversion (#...Andreas Jonson
2025-06-28[VPlan] Also visit VPBBs outside loop region when unrolling by VF.Florian Hahn
2025-06-28[RelLookupTableConverter] Drop unnamed_addr for GVs in entries to avoid gener...dianqk
2025-06-27[LV] Add additional tests for narrowing interleave groups.Florian Hahn
2025-06-27[LowerAllowCheckPass] allow to specify runtime.check hotness (#145998)Florian Mayer
2025-06-27[PhaseOrdering] Add test for memset DSE (NFC)Nikita Popov
2025-06-27[VPlan] Support VPWidenSelectRecipe in narrowToSingleScalar.Florian Hahn
2025-06-27[InferAlignment] Add tests with GEP recurrences.Florian Hahn
2025-06-27[LV] Enable auto-vectorisation of loops with uncountable exits (#133099)David Sherwood
2025-06-27[LV] Fix test issue caused by #145877 (#146041)David Sherwood
2025-06-27[LV] Disable interleaving via hints for uncountable early exit loops (#145877)David Sherwood