summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
AgeCommit message (Expand)Author
2025-10-30[mlir] Simplify Default cases in type switches. NFC. (#165767)Jakub Kuderski
2024-12-20[mlir] Enable decoupling two kinds of greedy behavior. (#104649)Jacques Pienaar
2024-01-17[mlir][IR] Rename "update root" to "modify op" in rewriter API (#78260)Matthias Springer
2023-10-28[mlir][Interfaces] `LoopLikeOpInterface`: Add helpers to query tied inits/ite...Matthias Springer
2023-10-16[mlir][Interfaces] `LoopLikeOpInterface`: Add helper to get yielded values (#...Matthias Springer
2023-09-18[mlir][SCF] scf.for: Consistent API around `initArgs` (#66512)Matthias Springer
2023-07-18[mlir] NFC: untangle SCF Patterns.h and Transforms.hAlex Zinenko
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-02-22[mlir][SCF][Utils][NFC] Make some utils public for better reuseMatthias Springer
2023-02-17[mlir][scf] Rename ForeachThreadOp->ForallOp, PerformConcurrentlyOp->InParall...Alexander Belyaev
2023-02-17[mlir] Add loop bounds to scf.foreach_thread.Alexander Belyaev
2023-01-04[mlir][affine][NFC] Extract core functionality of `canonicalizeMinMaxOp`Matthias Springer
2022-12-02[mlir] Remove support for non-prefixed accessorsRiver Riddle
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-06-28[mlir] Update flipped accessors (NFC)Jacques Pienaar
2022-06-26[mlir] Generalize SCF passes to not have to run on FuncOp.Stella Laurenzo
2022-06-21[mlir][SCF] Add scf::ForeachThread canonicalization.Nicolas Vasilache
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-02-18Rename PatternRewriteSet::insert to addTres Popp
2022-01-28[mlir] Move SCF utils implementations to SCF/Utils.Adrian Kuegel
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-12-20[mlir] Switching accessors to prefixed form (NFC)Jacques Pienaar
2021-12-07[mlir][scf] NFC: create dedicated files for affine utilsLei Zhang
2021-09-09[mlir][scf] Fold dim(scf.for) to dim(iter_arg)Matthias Springer
2021-09-03[mlir][scf] Allow runtime type of iter_args to changeMatthias Springer
2021-08-30[mlir][SCF] Canonicalize dim(x) where x is an iter_argMatthias Springer