[Mlir-commits] [mlir] [mlir][ArmSME] Add custom vector.print lowering for SME tiles (PR #66691)

Cullen Rhodes llvmlistbot at llvm.org
Tue Sep 19 01:10:15 PDT 2023


================
@@ -61,7 +63,9 @@ struct EnableArmStreamingPass
     this->enableZA = enableZA;
   }
   void runOnOperation() override {
-    std::string attr;
+    if (getOperation()->getAttr(kArmEnableStreamingIgnore))
+      return;
----------------
c-rhodes wrote:

Please could you add a test for this in `mlir/test/Dialect/ArmSME/enable-arm-streaming.mlir`

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


More information about the Mlir-commits mailing list