brintos

brintos / llvm-project-archived public Read only

0
0
Text · 230 B · f198833 Raw
10 lines · plain
1; REQUIRES: asserts2; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s3; RUN: llc -O0 -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s4 5; CHECK-NOT: func6 7define internal i32 @func() {8  ret i32 09}10