[Mlir-commits] [mlir] [mlir][side effect] refactor(*): Include more precise side effects (PR #94213)

Matthias Springer llvmlistbot at llvm.org
Tue Jun 4 12:11:41 PDT 2024


================
@@ -149,11 +149,20 @@ class EffectInstance {
                  Resource *resource = DefaultResource::get())
       : effect(effect), resource(resource), value(value), stage(0),
         effectOnFullRegion(false) {}
+  EffectInstance(EffectT *effect, OpOperand *opd,
----------------
matthias-springer wrote:

The list of constructors gets longer and longer... Do you see a way to shorten it a bit?


https://github.com/llvm/llvm-project/pull/94213


More information about the Mlir-commits mailing list