summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/Transforms/ExpandOps.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (18/n) (#149925)Maksim Levental
2025-07-12[llvm] Remove unused includes (NFC) (#148342)Kazu Hirata
2025-06-18[mlir] remove unnecessary atomic_rmw expansions (#144515)Oleksandr "Alex" Zinenko
2025-04-23[MLIR][NFC] Retire let constructor for MemRef (#134788)lorenzo chelini
2024-10-26[mlir] [memref] add more checks to the memref.reinterpret_cast (#112669)donald chen
2023-09-15[mlir] Add `maxnumf` and `minnumf` to `AtomicRMWKind` (#66442)Daniil Dudkin
2023-09-15[mlir][memref] Use dedicated ops in `AtomicRMWOpConverter` (#66437)Daniil Dudkin
2023-09-14[mlir][arith] Rename `AtomicRMWKind`'s `maxf` → `maximumf`, `minf` → `min...Daniil Dudkin
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir] Prevent implicit downcasting to interfacesRahul Kayaith
2023-03-28[mlir][MemRef] Move transform related functions in Transforms.hQuentin Colombet
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-07-10[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
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-02-07[mlir][NFC] Remove a few op builders that simply swap parameter orderRiver Riddle
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle
2022-01-26[mlir] Move ComposeSubView+ExpandOps from Standard to MemRefRiver Riddle