Skip to content

Commit e6896f8

Browse files
committed
[RISCV] Remove unnecessary alias tests from rvzfh-aliases-valid.s. NFC
These are testing fmv.x.h and fmv.h.x which aren't aliases. This appears to have been incorrectly copied from rvf-aliases-valid.s where fmv.x.s and fmv.s.x are aliases for fmv.x.w and fmv.w.x.
1 parent 934ef30 commit e6896f8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/test/MC/RISCV/rvzfh-aliases-valid.s

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ fgt.h x4, f5, f6
4040
# CHECK-ALIAS: fle.h t2, fs1, fs0
4141
fge.h x7, f8, f9
4242

43-
# CHECK-INST: fmv.x.h a2, fs7
44-
# CHECK-ALIAS: fmv.x.h a2, fs7
45-
fmv.x.h a2, fs7
46-
# CHECK-INST: fmv.h.x ft1, a6
47-
# CHECK-ALIAS: fmv.h.x ft1, a6
48-
fmv.h.x ft1, a6
49-
5043
# CHECK-INST: flh ft0, 0(a0)
5144
# CHECK-ALIAS: flh ft0, 0(a0)
5245
flh f0, (x10)

0 commit comments

Comments
 (0)