diff options
Diffstat (limited to 'test/CodeGen/X86/fp_load_fold.llx')
-rw-r--r-- | test/CodeGen/X86/fp_load_fold.llx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/fp_load_fold.llx b/test/CodeGen/X86/fp_load_fold.llx index 1d8d353e4d..ce272cea09 100644 --- a/test/CodeGen/X86/fp_load_fold.llx +++ b/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. |