[llvm] [llvm][AArch64][Assembly]: Add FP8FMA assembly and disassembly. (PR #70134)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 04:21:53 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
+
----------------
CarolineConcatto wrote:

Why you changed these lines

https://github.com/llvm/llvm-project/pull/70134


More information about the llvm-commits mailing list