summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestSlicing.cpp
AgeCommit message (Expand)Author
2025-07-25[mlir][NFC] update `mlir/Dialect` create APIs (28/n) (#150641)Maksim Levental
2025-05-22[mlir] Fix unused-variable warningsKazu Hirata
2025-05-22[MLIR] Change getBackwardSlice to return a logicalresult rather than crash (#...William Moses
2024-11-01Reapply "Extend getBackwardSlice to track values captured… (#114452)Ian Wood
2024-10-31Revert "Extend `getBackwardSlice` to track values captured from above" (#114432)Mehdi Amini
2024-10-31Extend `getBackwardSlice` to track values captured from above (#113478)Ian Wood
2023-06-08[mlir][SliceAnalysis] Add an options object to forward and backward slice.Mahesh Ravishankar
2023-01-18Harden -slice-analysis-test MLIR testing pass to check for some invariantsMehdi Amini
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-12-15[mlir][linalg] Replace LinalgOps.h and LinalgTypes.h by a single header.gysit
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-04-15[mlir][NFC] Add a using directive for llvm::SetVectorRiver Riddle
2021-02-04[mlir] Mark LogicalResult as LLVM_NODISCARDRiver Riddle
2020-11-19[mlir][BuiltinDialect] Resolve comments from D91571River Riddle
2020-11-17[mlir][NFC] Remove references to Module.h and Function.hRiver Riddle
2020-09-10[mlir][Analysis] Allow Slice Analysis to work with linalg::LinalgOpMaheshRavishankar