[Mlir-commits] [mlir] [mlir][linalg] Edit the yieldOutputs method's builder (PR #73900)
Mehdi Amini
llvmlistbot at llvm.org
Wed Nov 29 23:11:24 PST 2023
================
@@ -260,6 +260,7 @@ struct SparseTensorCodegenPass
// The following operations and dialects may be introduced by the
// codegen rules, and are therefore marked as legal.
target.addLegalOp<linalg::FillOp>();
+ target.addLegalOp<linalg::YieldOp>();
----------------
joker-eph wrote:
Is a test failing if you don't add that?
https://github.com/llvm/llvm-project/pull/73900
More information about the Mlir-commits
mailing list