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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
x86-64-asm.ll
blob
f103ab75af99f6531c90f7477f4715390b3d394b
1
; RUN: llc < %s
2
; PR1029
3
4
target datalayout = "e-p:64:64"
5
target triple = "x86_64-unknown-linux-gnu"
6
7
define void @frame_dummy() {
8
entry:
9
%tmp1 = tail call void (i8*)* (void (i8*)*) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
10
ret void
11
}
12