[PATCH] D141984: [RISCV][MC] Add support for experimental zfa extension(FLI instruction not included)
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 7 18:05:14 PST 2023
craig.topper added inline comments.
================
Comment at: llvm/test/MC/RISCV/zfa-valid.s:12
+
+# CHECK-ASM-AND-OBJ: fminm.s fa0, fa1, fa2
+# CHECK-ASM: encoding: [0x53,0xa5,0xc5,0x28]
----------------
Please add a CHECK-NO-EXT RUN like some of the other tests to make sure the predicates are correct.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141984/new/
https://reviews.llvm.org/D141984
More information about the llvm-commits
mailing list