summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/i128-immediate.ll
blob: 69399336e30e03283ae351ede91fa4b582cad4bd (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=x86-64 | grep movq | count 2

define i128 @__addvti3() {
          ret i128 -1
}