[llvm] [llvm][AArch64][Assembly]: Add FP8FMA assembly and disassembly. (PR #70134)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 31 07:03:12 PDT 2023
================
@@ -3,11 +3,19 @@
.arch armv9-a+fp8
bf1cvtl v0.8h, v0.8b
// CHECK: bf1cvtl v0.8h, v0.8b
-
.arch armv9-a+nofp8
+
----------------
hassnaaHamdi wrote:
Because the line of .arch armv9-a+nofp8 is related to the code snippet above.
https://github.com/llvm/llvm-project/pull/70134
More information about the llvm-commits
mailing list