aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/X86/i128-immediate.ll
blob: 96c05a3a321280f2f14f33f3877018808634862f (plain)
1
2
3
4
5
6
7
8
9
10
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s

define i128 @__addvti3() {
; CHECK-LABEL: __addvti3:
; CHECK:       # %bb.0:
; CHECK-NEXT:    movq $-1, %rax
; CHECK-NEXT:    movq $-1, %rdx
; CHECK-NEXT:    retq
          ret i128 -1
}