add -march to the test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171956 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem 2013-01-09 07:04:23 +00:00
parent 699b870556
commit 1977675a50

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mcpu=penryn -mattr=+avx2 | FileCheck %s
; RUN: llc < %s -march=x86-64 -mcpu=penryn -mattr=+avx2 | FileCheck %s
define <8 x i16> @sdiv_vec8x16(<8 x i16> %var) {