[all-commits] [llvm/llvm-project] 8feedd: [mlir][linalg] Fix the semantic use of a flag (#90...
Prashant Kumar via All-commits
all-commits at lists.llvm.org
Thu Apr 25 17:09:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8feedd5e067a5ea13e36c39dc634da5c34284ddd
https://github.com/llvm/llvm-project/commit/8feedd5e067a5ea13e36c39dc634da5c34284ddd
Author: Prashant Kumar <pk5561 at gmail.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M mlir/include/mlir/Dialect/Vector/Utils/VectorUtils.h
M mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
M mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
Log Message:
-----------
[mlir][linalg] Fix the semantic use of a flag (#90081)
`useInBoundsInsteadOfMasking` was doing the opposite i.e., when set to
true; was updating the mask instead of updating the inBounds.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list