You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,16 +0,0 @@
|
||||
; 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