1 ; RUN: llc -march=amdgcn -mcpu=bonaire -show-mc-encoding < %s | FileCheck -check-prefix=GCN -check-prefix=CI %s
2 ; RUN: llc -march=amdgcn -mcpu=tonga -show-mc-encoding < %s | FileCheck -check-prefix=GCN -check-prefix=VI %s
4 declare void @llvm.amdgcn.buffer.wbinvl1.vol() #0
6 ; GCN-LABEL: {{^}}test_buffer_wbinvl1_vol:
8 ; CI-NEXT: buffer_wbinvl1_vol ; encoding: [0x00,0x00,0xc0,0xe1,0x00,0x00,0x00,0x00]
9 ; VI-NEXT: buffer_wbinvl1_vol ; encoding: [0x00,0x00,0xfc,0xe0,0x00,0x00,0x00,0x00]
11 define amdgpu_kernel void @test_buffer_wbinvl1_vol() #0 {
12 call void @llvm.amdgcn.buffer.wbinvl1.vol()
13 ; This used to crash in hazard recognizer
14 store i8 0, i8 addrspace(1)* undef, align 1
18 attributes #0 = { nounwind }