mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
699b870556
commit
1977675a50
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user