diff options
-rw-r--r-- | test/CodeGen/X86/fp_constant_op.llx | 3 | ||||
-rw-r--r-- | test/CodeGen/X86/fp_load_fold.llx | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/test/CodeGen/X86/fp_constant_op.llx b/test/CodeGen/X86/fp_constant_op.llx index 155673fcd7..a3c7281f46 100644 --- a/test/CodeGen/X86/fp_constant_op.llx +++ b/test/CodeGen/X86/fp_constant_op.llx @@ -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. diff --git a/test/CodeGen/X86/fp_load_fold.llx b/test/CodeGen/X86/fp_load_fold.llx index ce272cea09..91f41f6be4 100644 --- a/test/CodeGen/X86/fp_load_fold.llx +++ b/test/CodeGen/X86/fp_load_fold.llx @@ -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. |