We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6595176 commit 3023d8aCopy full SHA for 3023d8a
llvm/test/CodeGen/AMDGPU/GlobalISel/assert-signed-apint.ll
@@ -1,7 +1,7 @@
1
; REQUIRES: asserts
2
; RUN: llc -global-isel -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs -stop-after=instruction-select -o - %s | FileCheck %s
3
4
-;
+; Check that APInt doesn't assert on creation from -2147483648 value.
5
6
; CHECK-LABEL: @test
7
; CHECK: S_BUFFER_LOAD_DWORD_SGPR_IMM
0 commit comments