aboutsummaryrefslogtreecommitdiff
path: root/llvm/test
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[VPlan] Remove VPWidenSelectRecipe, use VPWidenRecipe instead (NFCI). (#174234)Florian Hahn7-26/+26
2026-01-05[SLP] Report the correct operand to getArithmeticInstrCost() when duplicated ...Ryan Buchner1-0/+44
2026-01-05[MemProf] Include matching calls in the dot graph node label (#174247)Teresa Johnson1-0/+6
2026-01-05[AMDGPU] Add new llvm.amdgcn.wave.shuffle intrinsic (#167372)saxlungs1-0/+226
2026-01-05[ISel] Introduce llvm.clmul intrinsic (#168731)Ramkumar Ramachandra3-0/+13616
2026-01-05[InstCombine] Canonicalize `switch(X^C)` expressions to `switch(X)`Antonio Frighetto2-5/+158
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg2-0/+174
2026-01-05[TableGen] Fix what looks like a mistake in RegClassByHwMode.td test. NFC (#1...Craig Topper1-34/+98
2026-01-05Honor alignment for HVX masked loads/stores (incl. loops) (#174419)Fateme Hosseini2-0/+90
2026-01-05[AArch64] Make ISD::CTLS Legal for i32 and i64. (#174367)Craig Topper1-3/+42
2026-01-05[X86][NewPM] Port x86-fast-tile-config to NewPM (#174446)Aiden Grossman1-1/+2
2026-01-05[InstrProf] Mark __llvm_profile_runtime_user cold (#174174)Aiden Grossman1-1/+1
2026-01-05[X86] combineConcatVectorOps - add missing X86ISD::CMPM handling (#174420)Simon Pilgrim1-5/+6
2026-01-05InstCombine: Reorder exp's known-nan source handling (#174417)Matt Arsenault1-8/+4
2026-01-05[AMDGPU] Generate more efficient code to avoid shift64 hazard (#171871)LU-JOHN1-25/+10
2026-01-05[X86] Add tests showing failure to concat comparisons due to the delayed expa...Simon Pilgrim1-0/+71
2026-01-05[AMDGPU] Remove UTC line from file that does not use itAiden Grossman1-1/+0
2026-01-05[X86] combineConcatVectorOps - concat fma chains which share concatenated ope...Simon Pilgrim1-23/+33
2026-01-05[X86] combineConcatVectorOps - check for an existing operands concatenation (...Simon Pilgrim1-13/+13
2026-01-05[X86] Add test showing failure to make use of existing concatenated operands ...Simon Pilgrim1-2/+67
2026-01-05[llvm-mca][AArch64] Refactor Neoverse SVE tests to split out common inputs (N...Cullen Rhodes6-17072/+3441
2026-01-05[ValueTracking] Support ptrtoaddr in inequality implication (#173362)Nikita Popov1-0/+57
2026-01-05[ValueTracking] Support ptrtoaddr in computeKnownBits() (#173358)Nikita Popov3-2/+52
2026-01-05[llvm][RISCV] Support fma codegen for zvfbfa (#172949)Brandon Wu10-505/+5311
2026-01-05[InstCombine] Fold redundant FP clamp selects; relax min-max-pattern bailout ...Wenju He1-0/+44
2026-01-04[RISCV][SelectionDAG] Add a ISD::CTLS node for count leading redundant sign b...Craig Topper2-0/+244
2026-01-04[ocaml] Fixed typo error about set_module_identifier in llvm ocaml binding (#...Yujin1-1/+1
2026-01-05[RISCV] Update Andes45 vector load/stores scheduling info (#173806)Jim Lin4-1907/+1907
2026-01-04[LV] Add tests with multiple early exits. (NFC)Florian Hahn1-0/+1180
2026-01-04[X86][NewPM] Port x86-fast-pre-tile-config (#174323)Aiden Grossman7-7/+13
2026-01-04[InstCombine] Fold `(select C, (x bin_op a), x) bin_op b` into `x bin_op sele...Gábor Spaits1-0/+776
2026-01-04[X86] LowerMINMAX - use valuetracking to attempt to find a smaller type that ...Simon Pilgrim5-170/+64
2026-01-04Partially reapply "ValueTracking: Improve handling of fadd in computeKnownFPC...Matt Arsenault1-15/+15
2026-01-04[MergeFunc] Do not merge kernel functions (#174254)Sebastian Neubauer1-0/+55
2026-01-04[NFC] Delete unnecessary apostrophe at the end of its (#173974)willmafh1-1/+1
2026-01-04[X86] LowerShift - if a vXi8 shift amount is small enough skip additional inc...Simon Pilgrim1-346/+135
2026-01-04[SDAG] Avoid crash when creating debug fragments for scalable vectors (#165233)Benjamin Maxwell1-0/+48
2026-01-04[X86][NewPM] Port x86-domain-reassignment (#174321)Aiden Grossman2-0/+2
2026-01-04[X86][NewPM] Port x86-cmov-conversion to NewPM (#174311)Aiden Grossman1-0/+1
2026-01-04[X86][NewPM] Port x86-compress-evex (#174312)Aiden Grossman1-0/+1
2026-01-03[LLVM] Make crashing tests with not use --crashAiden Grossman5-5/+5
2026-01-03[RISCV] Add +zbb to scalar P extension tests. NFCCraig Topper2-6/+5
2026-01-04Revert "[AMDGPU] add clamp immediate operand to WMMA iu8 intrinsic (#171069)"...Shilei Tian10-69/+40
2026-01-04[IR] Reland Optimize PHINode::removeIncomingValue() and PHINode::removeIncomi...Mingjie Xu68-279/+270
2026-01-03[RISCV] Support i32 SSHLAT for rv32ip. (#173687)Craig Topper1-0/+34
2026-01-03[X86][NewPM] Port x86-avoid-sfb to the New Pass Manager (#174166)Aiden Grossman5-6/+12
2026-01-03[Verifier] Rename testAiden Grossman1-0/+0
2026-01-03Revert "ValueTracking: Improve handling of fadd in computeKnownFPClass." (#17...Aiden Grossman1-25/+25
2026-01-03[SLP]Better copyable vectorization for stores with non-instructions (#174249)Alexey Bataev1-15/+4
2026-01-03AMDGPU: Remove dead check prefixes from test (#174280)Matt Arsenault1-60/+0