mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-27 05:32:22 +00:00
really fix run line
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0294ac2e9a
commit
7fb501c9cd
@ -1,12 +1,12 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 > %t
|
||||
; not grep cmp %t
|
||||
; not grep xor %t
|
||||
; grep jne %t | count 1
|
||||
; grep jp %t | count 1
|
||||
; grep setnp %t | count 1
|
||||
; grep sete %t | count 1
|
||||
; grep and %t | count 1
|
||||
; grep cvt %t | count 4
|
||||
; RUN: not grep cmp %t
|
||||
; RUN: not grep xor %t
|
||||
; RUN: grep jne %t | count 1
|
||||
; RUN: grep jp %t | count 1
|
||||
; RUN: grep setnp %t | count 1
|
||||
; RUN: grep sete %t | count 1
|
||||
; RUN: grep and %t | count 1
|
||||
; RUN: grep cvt %t | count 4
|
||||
|
||||
define i32 @isint_return(double %d) nounwind {
|
||||
%i = fptosi double %d to i32
|
||||
|
Loading…
x
Reference in New Issue
Block a user