llvm-6502/test/CodeGen/X86/i128-immediate.ll
2008-03-24 16:38:05 +00:00

6 lines
114 B
LLVM

; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2
define i128 @__addvti3() {
ret i128 -1
}