repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
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
}