[llvm] [AARCH64] Add assembly/disassembly for FMMLA instructions (PR #113313)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 22 10:20:43 PDT 2024
================
@@ -19,3 +19,17 @@ rax1 z0.d, z0.d, z0.d
.arch_extension sve2-bitperm
bgrp z21.s, z10.s, z21.s
// CHECK: bgrp z21.s, z10.s, z21.s
+
+.arch_extension sve2
----------------
SpencerAbson wrote:
We could omit the `.arch_extension sve2` from the tests below, it follows from line 3.
https://github.com/llvm/llvm-project/pull/113313
More information about the llvm-commits
mailing list