From: Chris Lattner Date: Mon, 9 Jul 2007 17:35:18 +0000 (+0000) Subject: force a cpu without SSE X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ba7721633cd5399a986a29d65ba7694f38aea37d;p=oota-llvm.git force a cpu without SSE git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38466 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fp_constant_op.llx b/test/CodeGen/X86/fp_constant_op.llx index a3c7281f464..30e06c00ca2 100644 --- a/test/CodeGen/X86/fp_constant_op.llx +++ b/test/CodeGen/X86/fp_constant_op.llx @@ -1,4 +1,4 @@ -; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \ +; 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} ; Test that the load of the constant is folded into the operation.