repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
i128-immediate.ll
blob
96c05a3a321280f2f14f33f3877018808634862f
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
3
4
define i128 @__addvti3() {
5
; CHECK-LABEL: __addvti3:
6
; CHECK: # %bb.0:
7
; CHECK-NEXT: movq $-1, %rax
8
; CHECK-NEXT: movq $-1, %rdx
9
; CHECK-NEXT: retq
10
ret i128 -1
11
}