[Mlir-commits] [mlir] Add more ZA modes (PR #77361)
Johannes de Fine Licht
llvmlistbot at llvm.org
Tue Jun 11 06:37:28 PDT 2024
================
@@ -2319,6 +2319,29 @@ llvm.func @streaming_compatible_func() attributes {arm_streaming_compatible} {
// -----
+// CHECK-LABEL: @new_za_func
+// CHECK: #[[ATTR:[0-9]*]]
+llvm.func @new_za_func() attributes {arm_new_za} {
+ llvm.return
+}
+// CHECK #[[ATTR]] = { "aarch64_pstate_za_new" }
----------------
definelicht wrote:
There is a `:` missing, so this is not actually checked 🙂
https://github.com/llvm/llvm-project/pull/77361
More information about the Mlir-commits
mailing list