Skip to content

Commit 3023d8a

Browse files
committed
fixup! [AMDGPU][GlobalISel] Fix assert on APInt creation.
Add comment to test.
1 parent 6595176 commit 3023d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AMDGPU/GlobalISel/assert-signed-apint.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
; REQUIRES: asserts
22
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs -stop-after=instruction-select -o - %s | FileCheck %s
33

4-
;
4+
; Check that APInt doesn't assert on creation from -2147483648 value.
55

66
; CHECK-LABEL: @test
77
; CHECK: S_BUFFER_LOAD_DWORD_SGPR_IMM

0 commit comments

Comments
 (0)