mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Fix this test to not depend on the assembly output containing something
that includes the string "st". This probably fixes the regression on Darwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42932 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b9e1d251f
commit
dfb6f13a45
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel -mcpu=i486 | \
|
||||
; RUN: grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
|
||||
; RUN: grep {fadd\\|fsub\\|fdiv\\|fmul} | not grep -i ST
|
||||
|
||||
; Test that the load of the constant is folded into the operation.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user