[Mlir-commits] [mlir] [mlir][ArmSME] Add `enable_arm_streaming_ignore` attribute (PR #66911)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Sep 22 02:07:49 PDT 2023
================
@@ -9,3 +9,11 @@
// CHECK-ENABLE-ZA-LABEL: @arm_streaming
// CHECK-ENABLE-ZA-SAME: attributes {arm_streaming, arm_za}
func.func @arm_streaming() { return }
+
+// CHECK-LABEL: @not_arm_streaming
+// CHECK-SAME: attributes {enable_arm_streaming_ignore}
+// CHECK-LOCALLY-LABEL: @not_arm_streaming
+// CHECK-LOCALLY-SAME: attributes {enable_arm_streaming_ignore}
+// CHECK-ENABLE-ZA-LABEL: @not_arm_streaming
+// CHECK-ENABLE-ZA-SAME: attributes {enable_arm_streaming_ignore}
----------------
banach-space wrote:
> There's probably some syntax for whole word matches
There's [-match-full-lines](https://www.llvm.org/docs/CommandGuide/FileCheck.html#cmdoption-FileCheck-match-full-lines)
https://github.com/llvm/llvm-project/pull/66911
More information about the Mlir-commits
mailing list