summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/ParallelLoopFusion.cpp
AgeCommit message (Expand)Author
2025-09-02[MLIR] Apply clang-tidy fixes for readability-identifier-naming in ParallelLo...Mehdi Amini
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927)Maksim Levental
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi
2024-09-17[mlir] Apply ClangTidy fixes.Adrian Kuegel
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-02-01[mlir][scf] Add reductions support to `scf.parallel` fusion (#75955)Ivan Butygin
2024-02-01[mlir][scf] Considering defining operators of indices when fusing scf::Parall...Hsiangkai Wang
2024-01-30[mlir][scf] Relax requirements for loops fusion (#79187)fabrizio-indirli
2023-12-19[mlir][scf] Improve `scf.parallel` fusion pass (#75852)Ivan Butygin
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-11-15[mlir] Remove `Transforms/SideEffectUtils.h` and move the methods into `Inter...Mahesh Ravishankar
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-07-10[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2021-12-20[mlir] Switching accessors to prefixed form (NFC)Jacques Pienaar
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2020-12-02Add `Operation* OpState::operator->()` to provide more convenient access to m...Christian Sigg
2020-06-22[mlir] Add for loop specializationStephan Herhut
2020-05-11[mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow)Alex Zinenko