mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 18:04:59 +00:00
For PR1336:
Ignore case for instruction mnemonic comparison. llvm-svn: 36129
This commit is contained in:
parent
37e4686e85
commit
bb43799aa9
@ -1,6 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
|
||||
; RUN: grep ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
|
||||
; XFAIL: *
|
||||
; RUN: grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
|
||||
|
||||
; Test that the load of the constant is folded into the operation.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
|
||||
; RUN: grep ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
|
||||
; XFAIL: *
|
||||
; RUN: grep -i ST | not grep {fadd\\|fsub\\|fdiv\\|fmul}
|
||||
|
||||
; Test that the load of the memory location is folded into the operation.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user