[Mlir-commits] [mlir] [mlir][ArmSME] Merge consecutive `arm_sme.intr.zero` ops (PR #106215)

Cullen Rhodes llvmlistbot at llvm.org
Tue Aug 27 08:54:10 PDT 2024


================
@@ -855,6 +859,37 @@ struct StreamingVLOpConversion
   }
 };
 
+/// Merges consecutive `arm_sme.intr.zero` operations in a block by bitwise
+/// or-ing the zero masks. Note: In furture the backend _should_ handle this.
----------------
c-rhodes wrote:

```suggestion
/// or-ing the zero masks. Note: In future the backend _should_ handle this.
```

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


More information about the Mlir-commits mailing list