[Mlir-commits] [mlir] [MLIR][Linalg] improve silenceable failure msg for `lower_pack` (NFC) (PR #75053)
lorenzo chelini
llvmlistbot at llvm.org
Tue Dec 12 03:03:08 PST 2023
================
@@ -1126,7 +1126,7 @@ DiagnosedSilenceableFailure transform::LowerUnPackOp::applyToOne(
FailureOr<LowerUnPackOpResult> res = lowerUnPack(rewriter, target);
if (failed(res)) {
return mlir::emitSilenceableFailure(target->getLoc())
----------------
chelini wrote:
thanks, added.
https://github.com/llvm/llvm-project/pull/75053
More information about the Mlir-commits
mailing list