summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sse-minmax.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-06-04 11:27:21 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-06-04 11:27:21 +0000
commitb7bb72e4f3bbed097faf32292c322e87cda79667 (patch)
tree590f83afc35b7d10526cd833f9822fed6c2f7615 /llvm/test/CodeGen/X86/sse-minmax.ll
parent4ecc8f43c70f79e1b282cd9c6507d2957db93370 (diff)
downloadbcm5719-llvm-b7bb72e4f3bbed097faf32292c322e87cda79667.tar.gz
bcm5719-llvm-b7bb72e4f3bbed097faf32292c322e87cda79667.zip
Remove the "-promote-elements" flag. This flag is now enabled by default.
llvm-svn: 157925
Diffstat (limited to 'llvm/test/CodeGen/X86/sse-minmax.ll')
-rw-r--r--llvm/test/CodeGen/X86/sse-minmax.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/sse-minmax.ll b/llvm/test/CodeGen/X86/sse-minmax.ll
index ee7aa064260..4405f684512 100644
--- a/llvm/test/CodeGen/X86/sse-minmax.ll
+++ b/llvm/test/CodeGen/X86/sse-minmax.ll
@@ -1,6 +1,6 @@
-; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false -promote-elements | FileCheck %s
-; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false -enable-unsafe-fp-math -enable-no-nans-fp-math -promote-elements | FileCheck -check-prefix=UNSAFE %s
-; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math -promote-elements | FileCheck -check-prefix=FINITE %s
+; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false -enable-unsafe-fp-math -enable-no-nans-fp-math | FileCheck -check-prefix=UNSAFE %s
+; RUN: llc < %s -march=x86-64 -mcpu=nehalem -asm-verbose=false -enable-no-nans-fp-math | FileCheck -check-prefix=FINITE %s
; Some of these patterns can be matched as SSE min or max. Some of
; then can be matched provided that the operands are swapped.
OpenPOWER on IntegriCloud