summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/Utils/LoopInvariantCodeMotionUtils.cpp
AgeCommit message (Expand)Author
2025-10-15[mlir] Use isPure and skipRegions to print region op (NFC) (#163422)lonely eagle
2025-08-27[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in LoopInvariantCodeMot...Mehdi Amini
2025-08-20[MLIR] Migrate LICM utils to the LDBG() macro style logging (NFC) (#154615)Mehdi Amini
2025-03-19[mlir][LICM] Restrict LICM to pure tensor semantics (#129673)Longsheng Mou
2025-02-11Revert "[mlir] Enable LICM for ops with only read side effects in scf.for" (#...Hongtao Yu
2025-02-11[mlir] Enable LICM for ops with only read side effects in scf.for (#120302)Arda Unal
2024-01-25[mlir][TilingInterface] Use `LoopLikeOpInterface` in tiling using SCF to unif...MaheshRavishankar
2024-01-25[mlir][IR] Add rewriter API for moving operations (#78988)Matthias Springer
2023-11-05[mlir][transform] LISH: Add transform op (#70630)Matthias Springer
2023-11-01[mlir][Transforms] LISH: Improve bypass analysis for loop-like ops (#70623)Matthias Springer
2023-11-01[mlir][Transforms] Add loop-invariant subset hoisting (LISH) transformation (...Matthias Springer
2023-09-19[mlir][Interfaces] `LoopLikeOpInterface`: Support ops with multiple regions (...Matthias Springer
2022-11-15[mlir] Remove `Transforms/SideEffectUtils.h` and move the methods into `Inter...Mahesh Ravishankar
2022-10-12Introduce a ConditionallySpeculatable op interfaceSanjoy Das
2022-05-17[mlir][licm] Fix debug output with newlinesCullen Rhodes
2022-04-16[mlir] Refactor LICM into a utilityMogball
2022-04-15Revert "[mlir] Refactor LICM into a utility"Stella Stamenova
2022-04-15[mlir] Refactor LICM into a utilityMogball