[Mlir-commits] [mlir] [mlir][linalg] Add more precise memory effects to linalg op (PR #92079)
donald chen
llvmlistbot at llvm.org
Tue May 14 03:39:00 PDT 2024
================
@@ -1103,28 +1103,39 @@ ParseResult GenericOp::parse(OpAsmParser &parser, OperationState &result) {
static void getGenericEffectsImpl(
SmallVectorImpl<SideEffects::EffectInstance<MemoryEffects::Effect>>
&effects,
- ValueRange results, const ValueRange inputOperands,
+ LinalgOp linalgOp, ValueRange results, const ValueRange inputOperands,
----------------
cxy-1993 wrote:
Thanks for your advice. I have remove duplicated parameters from signature.
https://github.com/llvm/llvm-project/pull/92079
More information about the Mlir-commits
mailing list