[MachineScheduler] Fix physreg dependencies of ExitSU (#123541)
[llvm-project.git] / llvm / test / CodeGen / AMDGPU / insert_subreg.ll
blobed2d27cb3cc7792a883ed9f43a630bfe436d1c6b
1 ; RUN: llc -mtriple=amdgcn -mcpu=tahiti -mattr=-promote-alloca -verify-machineinstrs < %s
2 ; RUN: llc -mtriple=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
4 ; Test that INSERT_SUBREG instructions don't have non-register operands after
5 ; instruction selection.
7 ; Make sure this doesn't crash
8 ; CHECK-LABEL: test:
9 define amdgpu_kernel void @test(ptr addrspace(1) %out) {
10 entry:
11   %tmp0 = alloca [16 x i32], addrspace(5)
12   %tmp1 = ptrtoint ptr addrspace(5) %tmp0 to i32
13   %tmp2 = sext i32 %tmp1 to i64
14   store i64 %tmp2, ptr addrspace(1) %out
15   ret void