Skip to content

Commit

Permalink
[AMDGPU][test]update error dasm test for update-mc-test-check script (l…
Browse files Browse the repository at this point in the history
…lvm#111760)

The previous error test line is using a 16bit instruction to indicate an
error. However this is a poor pick.

The 16bit instructions on AMDGPU is under development and thus, some
downstream branches are not showing this exact error message. Changing
it to another error dasm code.
  • Loading branch information
broxigarchen authored Oct 10, 2024
1 parent 545e059 commit e023d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

0x00,0x00,0x00,0x7e

0xfd,0xb8,0x0a,0x7f
0x00,0x00,0x00,0x01
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
0x00,0x00,0x00,0x7e
# CHECK: v_nop ; encoding: [0x00,0x00,0x00,0x7e]

0xfd,0xb8,0x0a,0x7f
0x00,0x00,0x00,0x01
# CHECK: :[[@LINE-1]]:1: warning: invalid instruction encoding

0 comments on commit e023d02

Please sign in to comment.