bolt/deps/llvm-18.1.8/llvm/test/Assembler/align-inst-store.ll
2025-02-14 19:21:04 +01:00

6 lines
131 B
LLVM

; RUN: not llvm-as %s -o /dev/null 2>/dev/null
define void @foo(ptr %p) {
store i1 false, ptr %p, align 8589934592
ret void
}