[all-commits] [llvm/llvm-project] 0b7905: [mlir] propagate silenceable failures in transform...
ftynse via All-commits
all-commits at lists.llvm.org
Thu Mar 28 10:52:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0b790572b108bf691d11dece07bca65ca457fc88
https://github.com/llvm/llvm-project/commit/0b790572b108bf691d11dece07bca65ca457fc88
Author: Oleksandr "Alex" Zinenko <zinenko at google.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
A mlir/test/Dialect/Transform/foreach-match.mlir
Log Message:
-----------
[mlir] propagate silenceable failures in transform.foreach_match (#86956)
The original implementation was eagerly reporting silenceable failures
from actions as definite failures. Since silenceable failures are
intended for cases when the IR has not been irreversibly modified, it's
okay to propagate them as silenceable failures of the parent op.
Fixes #86834.
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