You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
16
external/llvm/test/CodeGen/AMDGPU/insert_subreg.ll
vendored
Normal file
16
external/llvm/test/CodeGen/AMDGPU/insert_subreg.ll
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -mattr=-promote-alloca -verify-machineinstrs < %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
|
||||
|
||||
; Test that INSERT_SUBREG instructions don't have non-register operands after
|
||||
; instruction selection.
|
||||
|
||||
; Make sure this doesn't crash
|
||||
; CHECK-LABEL: test:
|
||||
define amdgpu_kernel void @test(i64 addrspace(1)* %out) {
|
||||
entry:
|
||||
%tmp0 = alloca [16 x i32]
|
||||
%tmp1 = ptrtoint [16 x i32]* %tmp0 to i32
|
||||
%tmp2 = sext i32 %tmp1 to i64
|
||||
store i64 %tmp2, i64 addrspace(1)* %out
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user