mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
new testcase
llvm-svn: 35326
This commit is contained in:
parent
e601991a5e
commit
60fa65770f
9
test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
Normal file
9
test/CodeGen/X86/2007-03-24-InlineAsmXConstraint.ll
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
; RUN: llvm-as < %s | llc -march=x86 | grep 'psrlw $8, %xmm0'
|
||||||
|
target datalayout = "e-p:32:32"
|
||||||
|
target triple = "i686-apple-darwin9"
|
||||||
|
|
||||||
|
define void @test() {
|
||||||
|
tail call void asm sideeffect "psrlw $0, %xmm0", "X,~{dirflag},~{fpsr},~{flags}"( i32 8 )
|
||||||
|
ret void
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user