This revision emits silenceable failure for applyToOne.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h | ||
---|---|---|
129 | Why this change? Diagnostics are rather heavy, we should move them rather than copy. |
Comment Actions
Error message does not get printed without this change.
I might doing something wrong.
Comment Actions
There appears to be a bug somewhere in propagation, so let me look into that separately. Please hold this until that is fixed.
Comment Actions
Thanks for looking into that!
This plan sounds good to me. This revision was just to demonstrate the problem.
Comment Actions
https://reviews.llvm.org/D134948 should be the proper fix.
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp | ||
---|---|---|
1350 | Nit: error messages should not start with a capital letter. | |
mlir/test/Dialect/Linalg/transform-gpu.mlir | ||
188 | Nit: @below is more robust than @+1 |
Why this change? Diagnostics are rather heavy, we should move them rather than copy.