[all-commits] [llvm/llvm-project] 04a66f: Fixing vector add pattern that incorrectly returns...
MaheshRavishankar via All-commits
all-commits at lists.llvm.org
Thu Sep 16 15:10:02 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 04a66f8d2b8f3dfba32ba3f7652dbeb3427a3df4
https://github.com/llvm/llvm-project/commit/04a66f8d2b8f3dfba32ba3f7652dbeb3427a3df4
Author: MaheshRavishankar <ravishankarm at google.com>
Date: 2021-09-16 (Thu, 16 Sep 2021)
Changed paths:
M mlir/lib/Dialect/Vector/VectorOps.cpp
Log Message:
-----------
Fixing vector add pattern that incorrectly returns success.
The pattern is returning success even if it does no work leading to pattern application running up to the max iteration count and failing.
Reviewed By: nicolasvasilache, mravishankar
Differential Revision: https://reviews.llvm.org/D109791
More information about the All-commits
mailing list