llvm-for-llvmta/test/CodeGen/PowerPC/GlobalISel/irtranslator-ret.ll

8 lines
194 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -global-isel -verify-machineinstrs -stop-after=irtranslator < %s | FileCheck %s
; CHECK: name: f
; CHECK: BLR8
define void @f() {
ret void
}