summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/MemRef/Transforms/RuntimeOpVerification.cpp
AgeCommit message (Expand)Author
2025-11-12[mlir][memref] Fix runtime verification for memref.subview for empty memref s...Hanumanth
2025-10-27[mlir][memref] Fix runtime verification for memref.subview when size dimensio...Hanumanth
2025-10-08[MLIR] Reuse AsmState to enable fast generate-runtime-verification pass; add ...Hanchenng Wu
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (33/n) (#150659)Maksim Levental
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-05-06[mlir][memref] Remove runtime verification for `memref.reinterpret_cast` (#13...Matthias Springer
2025-04-30[mlir][memref] Add runtime verification for `memref.atomic_rmw` (#130414)Matthias Springer
2025-03-31[mlir][memref] Fix build after #132545 (#133760)Matthias Springer
2025-03-31[mlir][memref] Improve runtime verification for `memref.subview` (#132545)Matthias Springer
2025-03-19[mlir][memref] Add runtime verification for `memref.assume_alignment` (#130412)Matthias Springer
2025-03-18[mlir][memref] Add runtime verification for `memref.dim` (#130410)Matthias Springer
2025-03-11[mlir][memref] Add runtime verification for `memref.copy` (#130437)Matthias Springer
2025-01-21[mlir][IR][NFC] Move free-standing functions to `MemRefType` (#123465)Matthias Springer
2024-04-25[mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt
2024-04-23Revert "[mlir][linalg] Add runtime verification for linalg ops" (#89780)Ryan Holt
2024-04-23[mlir][linalg] Add runtime verification for linalg ops (#89342)Ryan Holt
2023-12-22[mlir][MemRef] Add runtime bounds checking (#75817)Ryan Holt
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-01-06[mlir][memref] Add runtime verification for memref::CastOpMatthias Springer
2023-01-02[mlir][MemRef] Apply ClangTidy performance fix (NFC).Adrian Kuegel
2022-12-21[mlir] Fix a warningKazu Hirata
2022-12-21[mlir] Add RuntimeVerifiableOpInterface and transformMatthias Springer