1; RUN: llc -march=amdgcn -mcpu=tahiti -show-mc-encoding < %s | FileCheck -check-prefix=SI %s 2 3declare void @llvm.amdgcn.buffer.wbinvl1.sc() #0 4 5; SI-LABEL: {{^}}test_buffer_wbinvl1_sc: 6; SI-NEXT: ; BB#0: 7; SI-NEXT: buffer_wbinvl1_sc ; encoding: [0x00,0x00,0xc0,0xe1,0x00,0x00,0x00,0x00] 8; SI-NEXT: s_endpgm 9define void @test_buffer_wbinvl1_sc() #0 { 10 call void @llvm.amdgcn.buffer.wbinvl1.sc() 11 ret void 12} 13 14attributes #0 = { nounwind } 15