[all-commits] [llvm/llvm-project] b2fdb1: [mlir][linalg] Relax masked_vectorize(pad) to allo...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Mon May 1 14:08:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2fdb1417bf9dd915a99c075bcdeeb6ca6b8e2d1
https://github.com/llvm/llvm-project/commit/b2fdb1417bf9dd915a99c075bcdeeb6ca6b8e2d1
Author: Hanhan Wang <hanchung at google.com>
Date: 2023-05-01 (Mon, 01 May 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/test/Dialect/Linalg/vectorization.mlir
Log Message:
-----------
[mlir][linalg] Relax masked_vectorize(pad) to allow zero low Values.
It only accepted zeros attributes before the revision. It now acccepts
constant-like zero values as well.
Reviewed By: dcaballe
Differential Revision: https://reviews.llvm.org/D149474
More information about the All-commits
mailing list