summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/4char-promote.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
commitfcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e (patch)
treefd22ec6127b5a415606a785263f7f7b2e263dd56 /test/CodeGen/X86/4char-promote.ll
parentd01d693c0b337cfcbf524a3a38c8123a6c5fe54e (diff)
downloadllvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.gz
llvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.bz2
llvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.xz
Remove the "-promote-elements" flag. This flag is now enabled by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/4char-promote.ll')
-rw-r--r--test/CodeGen/X86/4char-promote.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/4char-promote.ll b/test/CodeGen/X86/4char-promote.ll
index 6d7bc0cc70..4f1a859fd4 100644
--- a/test/CodeGen/X86/4char-promote.ll
+++ b/test/CodeGen/X86/4char-promote.ll
@@ -1,11 +1,11 @@
; A test for checking PR 9623
-; RUN: llc -march=x86-64 -mcpu=corei7 -promote-elements < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mcpu=corei7 < %s | FileCheck %s
target triple = "x86_64-apple-darwin"
-; CHECK: pmulld
-; CHECK: paddd
-; CHECK-NOT: movdqa
+; CHECK: pmulld
+; CHECK: paddd
+; CHECK-NOT: movdqa
; CHECK: ret
define <4 x i8> @foo(<4 x i8> %x, <4 x i8> %y) {