[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


================
@@ -52,6 +52,8 @@ using namespace mlir::arm_sme;
 static constexpr char kArmStreamingAttr[] = "arm_streaming";
 static constexpr char kArmLocallyStreamingAttr[] = "arm_locally_streaming";
 static constexpr char kArmZAAttr[] = "arm_za";
+static constexpr char kArmEnableStreamingIgnore[] =
----------------
c-rhodes wrote:

`s/kArmEnableStreamingIgnore/kArmEnableStreamingIgnoreAttr`

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


More information about the Mlir-commits mailing list