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

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