aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms
AgeCommit message (Expand)AuthorFilesLines
2026-02-12[SeparateConstOffsetFromGEP] Update splitGEP to handle case where including b...Adel Ejjeh1-0/+88
2026-02-12[MemProf] Emit richer optimization remarks for single-type allocations (#181089)Teresa Johnson1-5/+32
2026-02-12[UTC][VPlan] Use `-vplan-print-after` for VPlan-dump-based tests (#178736)Andrei Elovikov8-98/+98
2026-02-12[SLP]Fix crash with deleted non-copyable node in scheduling copyablesAlexey Bataev4-21/+189
2026-02-12[SLP] Use the correct identity when combining binary opcodes with AND/MUL (#1...Ryan Buchner4-3/+114
2026-02-13[InstructionSimplify] Extend simplifyICmpWithZero to handle equivalent zero R...Kunqiu Chen3-14/+222
2026-02-12[VPlan] Explicitly reassociate header mask in logical and (#180898)Luke Lau5-23/+26
2026-02-12[LV] Add LoopVectorize/VPlan subdirectory for VPlan printing tests. (#180611)Florian Hahn38-45/+12
2026-02-12Revert "[IndVarSimplify] Add safety check for getTruncateExpr in genLoopLimit...Nikita Popov1-149/+0
2026-02-12[AggressiveInstCombine] Create zext during store merge (#181125)Nikita Popov1-0/+17
2026-02-12[VPlan] Introduce m_c_Logical(And|Or) (#180048)Ramkumar Ramachandra1-0/+83
2026-02-11[SLP]Add external uses estimations into tree throttlingAlexey Bataev4-41/+38
2026-02-11[LV] Don't scalarize loads that need predication in legacy CM.Florian Hahn1-0/+83
2026-02-11[SLP]Correctly process deleted gathered loads and short treesAlexey Bataev3-384/+329
2026-02-11[LoopUnrollPass] Indent `LLVM_DEBUG()` messages based on our depth in the `tr...Justin Fargnoli1-0/+204
2026-02-11[Matrix] Use tiled loops automatically for large kernels. (#179325)Florian Hahn6-2215/+86
2026-02-11[ExpandIRInsts] Support saturating fptoi (#179710)Nikita Popov3-201/+121
2026-02-11[SLP]Skip operands comparing on non-matching (but compatible) instructionsAlexey Bataev1-0/+42
2026-02-11[LAA] Use SCEVPtrToAddr in tryToCreateDiffChecks. (#178861)Florian Hahn42-387/+387
2026-02-11[SLP] Use the correct calling convention for vector math routines (#180759)David Sherwood1-4/+249
2026-02-11[IndVarSimplify] Add safety check for getTruncateExpr in genLoopLimit (#172234)Anshil Gandhi1-0/+149
2026-02-11InstCombine: Fix wrong insert point for sqrt -> copysign simplify (#180838)Matt Arsenault1-0/+12
2026-02-11InstCombine: Fix wrong insert point for various fmul->copysign simplifies (#1...Matt Arsenault1-0/+76
2026-02-11InstCombine: Fix wrong insert point for fdiv->copysign simplify (#180839)Matt Arsenault1-0/+24
2026-02-11InstCombine: Fix insert point for rounding intrinsic -> copysign (#180837)Matt Arsenault1-0/+12
2026-02-10[outliners] Turn nooutline into an Enum Attribute (#163665)Sam Elliott1-2/+2
2026-02-10[IROutliner] Add TTI Hook for Propagating Attributes (#153985)Sam Elliott1-0/+298
2026-02-11[SimplifyCFG][PGO] Add missing overflow check to ConstantFoldTerminator (#178...Mitchel Dickerson1-0/+51
2026-02-10[VPlan] Reject partial reductions with invalid costs in getScaledReds. (#180438)Florian Hahn1-0/+95
2026-02-10InstCombine: Fix broken insert point for fdiv replacement (#180830)Matt Arsenault1-0/+19
2026-02-10[VPlan] Use UTC to auto-generate more VPlan checks.Florian Hahn3-284/+403
2026-02-10[SLP]Support for zext i1 %x modeling as select %x, 1, 0Alexey Bataev2-316/+76
2026-02-10[VPlan] Fix convertToPhisToBlends folding non poison blend to poison (#180686)Luke Lau1-0/+85
2026-02-10[VPlan] Add `-vplan-print-after=` option (#178700)Andrei Elovikov1-0/+29
2026-02-10[LoopVectorizer] Generate test checks (NFC)Nikita Popov1-4/+94
2026-02-10Revert "[SLP]Support for zext i1 %x modeling as select %x, 1, 0"Alexey Bataev2-76/+316
2026-02-10[ConstraintElim] Infer linear constraints from udiv and urem (#180689)Manasij Mukherjee1-0/+361
2026-02-10[SLP]Support for zext i1 %x modeling as select %x, 1, 0Alexey Bataev2-316/+76
2026-02-10Rename llvm/test/Transforms/LoopIdiom/Sparc -> /SPARCChristian Sigg2-0/+0
2026-02-10[Verifier] Make verifier fail when global variable size exceeds address space...Steffen Larsen1-1/+1
2026-02-10[LV] Handle partial sub-reductions with sub in middle block. (#178919)Sander de Smalen3-24/+102
2026-02-10[CoroSplit][DebugInfo] Fix scope of continuation funclets (#180523)Felipe de Azevedo Piovezan1-0/+69
2026-02-10Reland "[LV] Support conditional scalar assignments of masked operations" (#1...Benjamin Maxwell3-9/+1244
2026-02-10InstCombine: Use SimplifyDemandedFPClass on fmul (#177490)Matt Arsenault17-64/+64
2026-02-10[VPlan] Simplify true && x -> x (#179426)Mel Chen2-9/+6
2026-02-09LowerTypeTests: Optimize two-phase check used by llvm.cond.loop.Peter Collingbourne1-0/+45
2026-02-09[LV] Add FindLast tests where IV-based expression could be sunk. (NFC)Florian Hahn1-0/+934
2026-02-09[VPlan] Auto-generate CHECKs in some VPlan printing tests.Florian Hahn4-150/+251
2026-02-09[LV] Add additional tests for reductions with intermediate stores. (NFC)Florian Hahn2-3/+160
2026-02-09[VPlan] Simplify single-entry VPWidenPHIRecipe.Florian Hahn7-25/+16