summaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces/LoopLikeInterface.cpp
AgeCommit message (Expand)Author
2025-07-15[mlir] Remove unused includes (NFC) (#148872)Kazu Hirata
2024-07-04Revert "[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel ...Alexander Belyaev
2024-07-03[mlir][loops] Reland Refactor LoopFuseSiblingOp and support parallel fusion #...srcarroll
2024-07-03Revert "Refactor LoopFuseSiblingOp and support parallel fusion (#94391)" (#97...srcarroll
2024-07-02Refactor LoopFuseSiblingOp and support parallel fusion (#94391)srcarroll
2024-01-25[mlir][TilingInterface] Use `LoopLikeOpInterface` in tiling using SCF to unif...MaheshRavishankar
2023-11-01[mlir][Interfaces] `LoopLikeOpInterface`: Expose tied loop results (#70535)Matthias Springer
2023-10-16[mlir][Interfaces] `LoopLikeOpInterface`: Add helper to get yielded values (#...Matthias Springer
2023-09-21[mlir][Interfaces] `LoopLikeOpInterface`: Add helpers to get region iter_arg...Matthias Springer
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-02-10[mlir] Add function for checking if a block is inside a loopTom Eccles
2023-02-09Revert "[mlir] Add function for checking if a block is inside a loop"Kiran Chandramohan
2023-02-09[mlir] Add function for checking if a block is inside a loopTom Eccles
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
2022-04-15[mlir] Update LICM to support Graph RegionsMogball
2022-03-28[mlir] Simplify LoopLikeOpInterfaceMogball
2022-01-24[mlir:Transforms] Move out the remaining non-dialect independent transforms a...River Riddle
2020-03-14[mlir][NFC] Move the LoopLike interface out of Transforms/ and into Interfaces/River Riddle