summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/SCCP
AgeCommit message (Expand)Author
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-10-22[PredicateInfo] Reserve adjacent LN_Last defs for the same phi use (#164577)Kunqiu Chen
2025-10-19[SCCP] Support constant structure in PhiNode (#163713)aokblast
2025-10-07[IR] Require DataLayout for pointer cast elimination (#162279)Nikita Popov
2025-10-06[SCCP] Strengthen two-instruction range checks (#162008)Yingwei Zheng
2025-09-17[SCCP] Relax two-instruction range checks (#158495)Yingwei Zheng
2025-09-17[NFC][LLVM][Tests] Add RUN lines to verify Constant{Int/FP} based splats.Paul Walker
2025-08-19[SCCP] Enable PredicateInfo for non-interprocedural SCCP (#153003)Nikita Popov
2025-08-12[SCCP] Add support for trunc nuw range. (#152990)Andreas Jonson
2025-08-12[SCCP][PredicateInfo] Do not predicate argument of lifetime intrinsicNikita Popov
2025-08-11[SCCP] Add common prefix in test (NFC)Nikita Popov
2025-08-11[SCCP] Generate test checks (NFC)Nikita Popov
2025-08-11[PredicateInfo] Handle trunc nuw i1 condition. (#152988)Andreas Jonson
2025-08-11[PredicateInfo] Use bitcast instead of ssa.copy (#151174)Nikita Popov
2025-07-29[ConstantFolding][SVE] Do not fold fcmp of denormal without known mode. (#150...Paul Walker
2025-07-20[SCCP] Simplify [us]cmp(X, Y) into X - Y (#144717)Yingwei Zheng
2025-06-04[SCCP] Remove masking operations (#142736)Yingwei Zheng
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-01-29[IR] Convert from nocapture to captures(none) (#123181)Nikita Popov
2024-12-31[ConstantRange] Estimate tighter lower (upper) bounds for masked binary and (...Stephen Senran Zhang
2024-12-09[ConstantFolding] Infer getelementptr nuw flag (#119214)Nikita Popov
2024-12-06[SCCP] Infer nuw for gep nusw with non-negative offsets (#118819)Nikita Popov
2024-12-05[SCCP] Add tests for gep nuw inference (NFC)Nikita Popov
2024-12-05[SCCP] Regenerate test checks (NFC)Nikita Popov
2024-12-03[llvm] Remove `br i1 undef` from some regression tests [NFC] (#118419)Lee Wei
2024-11-21[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)Paul Walker
2024-11-13ConstantFolding: Do not fold fcmp of denormal without known mode (#115407)Matt Arsenault
2024-11-06[LLVM][IR] Use splat syntax when printing Constant[Data]Vector. (#112548)Paul Walker
2024-10-31[SCCP] Handle llvm.vscale intrinsic calls (#114033)Hari Limaye
2024-10-28[Test] Fix usage of constrained intrinsics (#113523)Serge Pavlov
2024-10-23[FuncSpec] Only compute Latency bonus when necessary (#113159)Hari Limaye
2024-09-19Revert "[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume...Yonghong Song
2024-09-19[Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (#10...yonghong-song
2024-09-16[IPSCCP] Infer attributes on arguments (#107114)Nikita Popov
2024-09-09[SCCP] Add test for nonnull argument inference (NFC)Nikita Popov
2024-09-03[SCCP] Avoid use of undef value in test (NFC)Nikita Popov
2024-09-03[Tests] Regenerate test checks (NFC)Nikita Popov
2024-09-02[SCCP] Infer return attributes in SCCP as well (#106732)Nikita Popov
2024-08-30[IPSCCP] Infer nonnull return attribute (#106553)Nikita Popov
2024-08-29[IPSCCP] Add test for returning nonnull pointer (NFC)Nikita Popov
2024-08-29[IPSCCP] Intersect attribute info for interprocedural args (#106397)Nikita Popov
2024-08-28[IPSCCP] Add extra tests for interprocedural arg attr handling (NFC)Nikita Popov
2024-08-27[SCCP] Add more non-null rootsNikita Popov
2024-08-27[SCCP] Add tests for more non-null roots (NFC)Nikita Popov
2024-08-27[SCCP] Propagate non-null pointers (#106090)Nikita Popov
2024-08-26[SCCP] Add tests for non-null pointers (NFC)Nikita Popov
2024-08-26[SCCP] Make use of argument attributes in non-ip SCCPNikita Popov
2024-08-26[SCCP] Run test with both ipsccp and sccp (NFC)Nikita Popov
2024-08-26[SCCP] Merge return range attributes (#105998)Pedro Lobo
2024-07-30[Support][NFC] Use DomTreeBase methods in SemiNCA (#101059)Alexis Engelke