[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / alloca.ll
blob58d8d2f408029deeb2d3f8489023deafd95e5749
1 ; RUN: llvm-as -data-layout=A5 < %s | llvm-dis | FileCheck %s
2 ; RUN: llc -mtriple amdgcn-amd-amdhsa < %s
3 ; RUN: llvm-as -data-layout=A5 < %s | llc -mtriple amdgcn-amd-amdhsa
4 ; RUN: opt -data-layout=A5 -S < %s
5 ; RUN: llvm-as -data-layout=A5 < %s | opt -S
7 ; CHECK: %tmp = alloca i32, addrspace(5)
8 define amdgpu_kernel void @test() {
9   %tmp = alloca i32, addrspace(5)
10   ret void