mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
For PR1319:
Fix test syntax per new rules. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36133 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | grep '3 .*Number of machine instrs printed' &&
|
||||
; RUN: llvm-as < %s | llc -march=thumb -stats 2>&1 | grep '4 .*Number of machine instrs printed'
|
||||
; RUN: llvm-as < %s | llc -march=arm -stats |& \
|
||||
; RUN: grep {3 .*Number of machine instrs printed}
|
||||
; RUN: llvm-as < %s | llc -march=thumb -stats |& \
|
||||
; RUN: grep {4 .*Number of machine instrs printed}
|
||||
|
||||
;; Integer absolute value, should produce something as good as: ARM:
|
||||
;; add r3, r0, r0, asr #31
|
||||
|
Reference in New Issue
Block a user