bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AMDGPU/GlobalISel/combiner-crash.ll
2025-02-14 19:21:04 +01:00

8 lines
255 B
LLVM

; RUN: llc -O0 -global-isel -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 -o - %s
define amdgpu_kernel void @test_long_add4() {
entry:
%add = add <4 x i64> zeroinitializer, zeroinitializer
store <4 x i64> %add, ptr addrspace(1) null, align 32
ret void
}