[AMDGPU] Fix test that was broken by rL283893
llvm-svn: 283911
This commit is contained in:
parent
110dda7915
commit
78f3fa774b
|
|
@ -31,6 +31,8 @@
|
||||||
.byte 0
|
.byte 0
|
||||||
.elseif .option.machine_version_stepping == 1
|
.elseif .option.machine_version_stepping == 1
|
||||||
.byte 1
|
.byte 1
|
||||||
|
.elseif .option.machine_version_stepping == 2
|
||||||
|
.byte 2
|
||||||
.elseif .option.machine_version_stepping == 3
|
.elseif .option.machine_version_stepping == 3
|
||||||
.byte 3
|
.byte 3
|
||||||
.else
|
.else
|
||||||
|
|
@ -38,7 +40,7 @@
|
||||||
.endif
|
.endif
|
||||||
// BONAIRE: .byte 0
|
// BONAIRE: .byte 0
|
||||||
// HAWAII: .byte 1
|
// HAWAII: .byte 1
|
||||||
// TONGA: .byte 0
|
// TONGA: .byte 2
|
||||||
// FIJI: .byte 3
|
// FIJI: .byte 3
|
||||||
|
|
||||||
v_add_f32 v0, v0, v[.option.machine_version_major]
|
v_add_f32 v0, v0, v[.option.machine_version_major]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue