bolt/deps/llvm-18.1.8/llvm/test/CodeGen/X86/negative-subscript.ll

11 lines
291 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc < %s -mtriple=i686--
; rdar://6559995
@a = external dso_local global [255 x ptr], align 32
define i32 @main() nounwind {
entry:
store ptr getelementptr ([255 x ptr], ptr @a, i32 0, i32 -2147483624), ptr getelementptr ([255 x ptr], ptr @a, i32 0, i32 16), align 32
ret i32 0
}