summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] Use `getDefiningOp<OpTy>()` instead of `dyn_cast<OpTy>(getDefinin...Longsheng Mou
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927)Maksim Levental
2025-06-23switch type and value ordering for arith `Constant[XX]Op` (#144636)Skrai Pardus
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer
2023-10-23[MLIR][scf.parallel] Don't allow a tile size of 0 (#68762)Justin Fargnoli
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
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-08-29[mlir] Add `Block::eraseArguments` that erases a subrangeJeff Niu
2022-08-09[mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCIBenjamin Kramer
2022-06-26[mlir] Generalize SCF passes to not have to run on FuncOp.Stella Laurenzo
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-07[MLIR][SCF] Fix top-level comment (NFC)lorenzo chelini
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
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
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-12-20[mlir] Switching accessors to prefixed form (NFC)Jacques Pienaar
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-08-16[MLIR][DISC] Revise ParallelLoopTilingPass with inbound_check modetashuang.zk
2021-05-13[mlir][NFC] Add helper for common pattern of replaceAllUsesExceptSean Silva
2021-02-04[mlir] Return scf.parallel ops resulted from tiling.Alexander Belyaev
2021-01-26[mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h.Alexander Belyaev
2020-11-27[MLIR][SCF] Find all innermost loops for parallel loop tilingFrederik Gossen
2020-06-25[mlir] parallel loop tiling optimization for loops with static boundsTobias Gysi
2020-06-22[mlir] Add for loop specializationStephan Herhut
2020-06-17[MLIR] Fix parallel loop tiling.Stephan Herhut
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko
2020-05-11[mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow)Alex Zinenko