Skip to content

Commit a488ab7

Browse files
broxigarchenDanielCChen
authored andcommitted
[AMDGPU][test]update error dasm test for update-mc-test-check script (llvm#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.
1 parent f53ac52 commit a488ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
0x00,0x00,0x00,0x7e
44

5-
0xfd,0xb8,0x0a,0x7f
5+
0x00,0x00,0x00,0x01

llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
0x00,0x00,0x00,0x7e
55
# CHECK: v_nop ; encoding: [0x00,0x00,0x00,0x7e]
66

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

0 commit comments

Comments
 (0)