forked from OSchip/llvm-project
Improve the grep commands for this test to be tolerant of ABI
differences, and to be more specific. llvm-svn: 54648
This commit is contained in:
parent
2de4b5e2fc
commit
c82ad79c64
|
@ -1,4 +1,7 @@
|
|||
; RUN: llvm-as < %s | llc -mcpu=penryn | grep mov | count 1
|
||||
; RUN: llvm-as < %s | llc -mcpu=penryn > %t
|
||||
; not grep movd %t
|
||||
; not grep movss %t
|
||||
; grep {extractps \\$0, %xmm0, } %t
|
||||
; PR2647
|
||||
|
||||
external global float, align 16 ; <float*>:0 [#uses=2]
|
||||
|
|
Loading…
Reference in New Issue