llvm-project/llvm/test/CodeGen/R600/cf_end.ll

7 lines
186 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=r600 -mcpu=redwood --show-mc-encoding | FileCheck %s
; CHECK: CF_END ; encoding: [0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x80]
define void @eop() {
ret void
}