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
12
external/llvm/test/CodeGen/AMDGPU/store-vector-ptrs.ll
vendored
Normal file
12
external/llvm/test/CodeGen/AMDGPU/store-vector-ptrs.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs< %s
|
||||
; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs< %s
|
||||
|
||||
; This tests for a bug that caused a crash in
|
||||
; AMDGPUDAGToDAGISel::SelectMUBUFScratch() which is used for selecting
|
||||
; scratch loads and stores.
|
||||
; CHECK-LABEL: {{^}}store_vector_ptrs:
|
||||
define amdgpu_kernel void @store_vector_ptrs(<4 x i32*>* %out, <4 x [1024 x i32]*> %array) nounwind {
|
||||
%p = getelementptr [1024 x i32], <4 x [1024 x i32]*> %array, <4 x i16> zeroinitializer, <4 x i16> <i16 16, i16 16, i16 16, i16 16>
|
||||
store <4 x i32*> %p, <4 x i32*>* %out
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user