diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fp_load_fold.llx')
-rw-r--r-- | llvm/test/CodeGen/X86/fp_load_fold.llx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/fp_load_fold.llx b/llvm/test/CodeGen/X86/fp_load_fold.llx index 1d8d353e4d6..ce272cea093 100644 --- a/llvm/test/CodeGen/X86/fp_load_fold.llx +++ b/llvm/test/CodeGen/X86/fp_load_fold.llx @@ -1,5 +1,6 @@ ; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \ ; RUN: grep ST | not grep {fadd\\|fsub\\|fdiv\\|fmul} +; XFAIL: * ; Test that the load of the memory location is folded into the operation. |