[all-commits] [llvm/llvm-project] 77f5b3: [mlir][SCF] Retire SCF-specific `to_memref`/`to_te...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Dec 6 15:24:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77f5b33c462459906980ebcd724987679be75078
https://github.com/llvm/llvm-project/commit/77f5b33c462459906980ebcd724987679be75078
Author: Matthias Springer <me at m-sp.org>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M mlir/lib/Dialect/SCF/IR/CMakeLists.txt
M mlir/lib/Dialect/SCF/IR/SCF.cpp
M mlir/test/Dialect/SCF/canonicalize.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patterns (#74551)
The partial bufferization framework has been replaced with One-Shot
Bufferize. SCF-specific canonicalization patterns for
`to_memref`/`to_tensor` are no longer needed.
More information about the All-commits
mailing list