[PATCH] D137410: [AArch64] Add SME2.1 target feature for Armv9-A 2022 Architecture Extension
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 4 04:59:49 PDT 2022
david-arm added inline comments.
================
Comment at: llvm/test/MC/AArch64/SME2p1/directive-arch.s:5
+.arch armv9-a+sme2p1
+sqcvt z0.h, {z0.s, z1.s}
+// CHECK: sqcvt z0.h, { z0.s, z1.s }
----------------
There aren't currently any SME2.1 instructions upstream yet so I can only test for SME2 instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137410/new/
https://reviews.llvm.org/D137410
More information about the llvm-commits
mailing list