[all-commits] [llvm/llvm-project] db8a11: [mlir][ArmSME] Fix invalid rewriter API usage (#76...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Dec 21 00:39:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db8a119e8f04dfccd40ab7675c62ada81423e5c2
https://github.com/llvm/llvm-project/commit/db8a119e8f04dfccd40ab7675c62ada81423e5c2
Author: Matthias Springer <me at m-sp.org>
Date: 2023-12-21 (Thu, 21 Dec 2023)
Changed paths:
M mlir/lib/Dialect/ArmSME/Transforms/TileAllocation.cpp
Log Message:
-----------
[mlir][ArmSME] Fix invalid rewriter API usage (#76123)
When operations are modified in-place, the rewriter must be notified.
This commit fixes `mlir/test/Conversion/ArmSMEToLLVM/unsupported.mlir`,
`mlir/test/Dialect/ArmSME/tile-zero-masks.mlir` and
`mlir/test/Dialect/ArmSME/vector-ops-to-llvm.mlir` when running with
`MLIR_ENABLE_EXPENSIVE_PATTERN_API_CHECKS` enabled.
More information about the All-commits
mailing list