summaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/JumpThreading
AgeCommit message (Expand)Author
2025-10-23[test][Transforms] Remove unsafe-fp-math uses part 2 (NFC) (#164786)paperchalice
2025-09-12[llvm] Regenerate test checks including TBAA semantics (NFC)Antonio Frighetto
2025-09-10[JumpThreading][DebugInfo] Propagate DebugLocs when simplifying loads (#157683)Stephen Tozer
2025-09-10[LVI] Support no constant range of cast value in getEdgeValueLocal. (#157614)Andreas Jonson
2025-05-22Reland "[NVPTX] Unify and extend barrier{.cta} intrinsic support" (#141143)Alex MacLean
2025-05-22Revert "[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)"Alex Maclean
2025-05-22Fix typo "redudant"Jay Foad
2025-05-21[NVPTX] Unify and extend barrier{.cta} intrinsic support (#140615)Alex MacLean
2025-04-08[JumpThreading] Use [BB->SuccIndx] to get probability when updating BB info. ...tianleliu
2025-04-07[IR][JumpThreading] Fix infinite recursion on compare self-reference (#129501)Robert Imschweiler
2025-03-14[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)Jeremy Morse
2025-02-27[JumpThreading] Remove deleted BB from Unreachable (#126984)weiguozhi
2025-02-23[LVI] Skip self loops in `solveBlockValueNonLocal` (#127763)Yingwei Zheng
2025-01-21Move RemoveRedundantDbgInstrs outside of inner loop in JumpThreading (#123008)William Huang
2024-11-26[Local] Only intersect alias.scope,noalias & parallel_loop if inst moves (#11...Florian Hahn
2024-11-20[Local] Only intersect tbaa metadata if instr moves. (#116682)Florian Hahn
2024-11-19[llvm] Remove `br i1 undef` from some regression tests [NFC] (#116739)Lee Wei
2024-10-18Fix typo "instrinsic" (#112899)Jay Foad
2024-09-03[Tests] Regenerate test checks (NFC)Nikita Popov
2024-07-01[DebugInfo][JumpThreading] Fix missing debug location updates for br instruct...Shan Huang
2024-06-14 [RemoveDIs] Print IR with debug records by default (#91724)Stephen Tozer
2024-05-31Reapply [IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-22Revert "[IR] Avoid creating icmp/fcmp constant expressions" (#93087)Daniel Thornburgh
2024-05-22[IR] Avoid creating icmp/fcmp constant expressions (#92885)Nikita Popov
2024-05-11[DebugInfo][JumpThreading] Fix missing debug location updates (#91581)Shan Huang
2024-05-09Replace uses of ConstantExpr::getCompare. (#91558)Eli Friedman
2024-04-16Revert "[JumpThreading] Thread over BB with only an unconditional branch" (#8...XChy
2024-04-16[JumpThreading] Thread over BB with only an unconditional branch (#86312)XChy
2024-04-12Fix typos (#88565)Victor Toni
2024-01-31[AA][JumpThreading] Don't use DomTree for AA in JumpThreading (#79294)Nikita Popov
2024-01-24[JumpThreading] Add test for #79175 (NFC)Nikita Popov
2024-01-09[JumpThreading] Regenerate test checks (NFC)Nikita Popov
2023-11-29[DebugInfo][RemoveDIs] Make debugify pass convert to/from RemoveDIs mode (#73...Jeremy Morse
2023-11-26[DebugInfo][RemoveDIs] Instrument inliner for non-instr debug-info (#72884)Jeremy Morse
2023-11-23[DebugInfo][RemoveDIs] Instrument jump-threading to update DPValues (#73127)Jeremy Morse
2023-11-03[IR] Remove zext and sext constant expressions (#71040)Nikita Popov
2023-10-31[JumpThreading] Don't phi translate past loop phi (#70664)Nikita Popov
2023-10-30[JumpThreading] Add test for #70651 (NFC)Nikita Popov
2023-10-28[SimplifyCFG] Reland transform for redirecting phis between unmergeable BB an...XChy
2023-10-24BlockFrequencyInfoImpl: Avoid big numbers, increase precision for small spreadsMatthias Braun
2023-09-26Revert "[SimplifyCFG] Transform for redirecting phis between unmergeable BB a...Muhammad Omair Javaid
2023-09-25[SimplifyCFG] Transform for redirecting phis between unmergeable BB and SuccB...XChy
2023-09-12JumpThreading: Propagate branch weights in tryToUnfoldSelectInCurrBB (#66116)Matthias Braun
2023-09-04[JumpThreading] Invalidate LVI after `combineMetadataForCSE`.DianQK
2023-09-04[JumpThreading][NFC] Pre-commit for invalid LVI.DianQK
2023-09-02InstSimplify: Handle folding fcmp with literal nans without a context instruc...Matt Arsenault
2023-08-25[IR] Treat callbr as special terminator (PR64215)Nikita Popov
2023-08-22[ValueTracking] Use predicates for incoming phi-edges to deduce non-zeroNoah Goldstein
2023-08-22[JumpThreading] Regenerate checks for test; NFCNoah Goldstein
2023-07-07TTI: Pass function to hasBranchDivergence in a few passesMatt Arsenault