[RISCV] Remove some non-Zfh instructions from rv64zfh-invalid.s. NFC
authorCraig Topper <craig.topper@sifive.com>
Tue, 3 Jan 2023 18:46:26 +0000 (10:46 -0800)
committerCraig Topper <craig.topper@sifive.com>
Tue, 3 Jan 2023 18:46:26 +0000 (10:46 -0800)
llvm/test/MC/RISCV/rv64zfh-invalid.s

index 5cde33d..d683574 100644 (file)
@@ -6,12 +6,6 @@
 flh ft1, -2049(a0) # CHECK: :[[@LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047]
 fsh ft2, 2048(a1) # CHECK: :[[@LINE]]:10: error: operand must be a symbol with %lo/%pcrel_lo/%tprel_lo modifier or an integer in the range [-2048, 2047]
 
-# Memory operand not formatted correctly
-flw ft1, a0, -200 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
-fsw ft2, a1, 100 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
-fld ft1, a0, -200 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
-fsd ft2, a1, 100 # CHECK: :[[@LINE]]:14: error: invalid operand for instruction
-
 # Integer registers where FP regs are expected
 fcvt.l.h ft0, a0 # CHECK: :[[@LINE]]:10: error: invalid operand for instruction
 fcvt.lu.h ft1, a1 # CHECK: :[[@LINE]]:11: error: invalid operand for instruction