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
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
xtest.ll
blob
005e41fd6505f9487177d6680cb69855bb30d84c
1
; RUN: llc < %s -mtriple=x86_64-- -mattr=+rtm | FileCheck %s
2
3
declare i32 @llvm.x86.xtest() nounwind
4
5
define i32 @test_xtest() nounwind uwtable {
6
entry:
7
%0 = tail call i32 @llvm.x86.xtest() nounwind
8
ret i32 %0
9
; CHECK: test_xtest
10
; CHECK: xtest
11
}