llvm-6502/test/CodeGen/X86/i128-immediate.ll

6 lines
114 B
LLVM
Raw Normal View History

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