[Mlir-commits] [mlir] [mlir][linalg] Add a new helper hook - `isVectorizable` (PR #110708)
Han-Chung Wang
llvmlistbot at llvm.org
Tue Oct 1 14:56:53 PDT 2024
hanhanW wrote:
It is confusing because we have `vectorizeOpPrecondition` method; the real checks happen there.
https://github.com/llvm/llvm-project/blob/ce72c76e9bd0bf74af614cae6a9f85cfd4720e95/mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp#L2091-L2115
https://github.com/llvm/llvm-project/pull/110708
More information about the Mlir-commits
mailing list