mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +00:00
llvm/test/CodeGen/X86: Disable avx in two tests corresponding to r171082.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171083 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
174a3d3e63
commit
05c8fd9ee2
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movups | count 2
|
||||
; RUN: llc < %s -march=x86 -mcpu=penryn | grep movups | count 2
|
||||
|
||||
define void @a(<4 x float>* %x) nounwind {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=x86-64 | grep movup | count 2
|
||||
; RUN: llc < %s -march=x86-64 -mcpu=penryn | grep movup | count 2
|
||||
|
||||
define <4 x float> @foo(<4 x float>* %p, <4 x float> %x) nounwind {
|
||||
%t = load <4 x float>* %p, align 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user