projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
699b870
)
add -march to the test
author
Nadav Rotem
<nrotem@apple.com>
Wed, 9 Jan 2013 07:04:23 +0000
(07:04 +0000)
committer
Nadav Rotem
<nrotem@apple.com>
Wed, 9 Jan 2013 07:04:23 +0000
(07:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171956
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_sdiv_to_shift.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_sdiv_to_shift.ll
b/test/CodeGen/X86/vec_sdiv_to_shift.ll
index 693463b83740fe1a0a49105115af9e87360dc7c1..35e052d97bb6df5c6ffb17125f6edbd231c77a0d 100644
(file)
--- a/
test/CodeGen/X86/vec_sdiv_to_shift.ll
+++ b/
test/CodeGen/X86/vec_sdiv_to_shift.ll
@@
-1,4
+1,4
@@
-; RUN: llc < %s -mcpu=penryn -mattr=+avx2 | FileCheck %s
+; RUN: llc < %s -m
arch=x86-64 -m
cpu=penryn -mattr=+avx2 | FileCheck %s
define <8 x i16> @sdiv_vec8x16(<8 x i16> %var) {