Skip to content

Commit 13fb359

Browse files
Fixed the overlapping operands to resolve the illegal instruction exception issue (#501)
Co-authored-by: Umer Shahid <[email protected]>
1 parent c6b1faa commit 13fb359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riscv-test-suite/rv32i_m/Zvk/src/vsha2ms-e32.vv-01.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ TEST_CASE_WVV(4, 32, VINST, v15, 2*4, v14, 3*4, v18, 8*4)
7070
//sig[116*4]
7171

7272
inst_8:
73-
TEST_CASE_WVV(4, 32, VINST, v16, 0*4, v17, 4*4, v16, 0*4)
73+
TEST_CASE_WVV(4, 32, VINST, v18, 0*4, v17, 4*4, v16, 0*4)
7474
//sig[120*4]
7575

7676
inst_9:

0 commit comments

Comments
 (0)