[all-commits] [llvm/llvm-project] eb74ef: [mlir][linalg] BufferizeToAllocationOp: Support ve...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jul 4 05:54:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb74eff9d2271a820beebc2814e63e0e1016a336
https://github.com/llvm/llvm-project/commit/eb74eff9d2271a820beebc2814e63e0e1016a336
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
M mlir/lib/Dialect/Linalg/Transforms/ConvertToDestinationStyle.cpp
M mlir/test/Dialect/Linalg/transform-op-bufferize-to-allocation.mlir
Log Message:
-----------
[mlir][linalg] BufferizeToAllocationOp: Support vector.mask
This op needs special handling because the allocation for the masked op must be placed outside of the mask op.
Differential Revision: https://reviews.llvm.org/D154058
More information about the All-commits
mailing list