[llvm] [RISCV][MC] Prioritize features in MultiMismatchFallback (PR #215737)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 14 13:07:10 PDT 2026
================
@@ -7,13 +7,23 @@ flh ft1, -2049(a0) # CHECK: :[[@LINE]]:10: error: operand must be a symbol with
fsh ft2, 2048(a1) # CHECK: :[[@LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo specifier or an integer in the range [-2048, 2047]
# Integer registers where FP regs are expected
-fcvt.l.h ft0, a0 # CHECK: :[[@LINE]]:10: error: register must be a GPR
-fcvt.lu.h ft1, a1 # CHECK: :[[@LINE]]:11: error: register must be a GPR
+fcvt.l.h ft0, a0
----------------
lenary wrote:
This change does sound useful, nice.
https://github.com/llvm/llvm-project/pull/215737
More information about the llvm-commits
mailing list