mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 06:30:30 +00:00
tcl seems to hate |& for some reason.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41073 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
81e6fbe706
commit
b350b76a32
@ -1,6 +1,6 @@
|
|||||||
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
|
; RUN: llvm-as < %s | llc -march=x86-64 | grep LCPI | count 3
|
||||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3
|
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep LCPI | count 3
|
||||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats |& | grep asm-printer | grep 13
|
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats -info-output-file - | grep asm-printer | grep 9
|
||||||
|
|
||||||
declare fastcc float @qux(float %y)
|
declare fastcc float @qux(float %y)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user