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:
Dan Gohman 2008-08-11 20:10:41 +00:00
parent 2de4b5e2fc
commit c82ad79c64
1 changed files with 4 additions and 1 deletions

View File

@ -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]