mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
Make sure to not get AVX code on an AVX-capable host. Revealed in r167967.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167989 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d0a4a4bf5c
commit
0e52f46e48
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X64
|
; RUN: llc < %s -mtriple=x86_64-linux -mattr=-avx | FileCheck %s -check-prefix=X64
|
||||||
; X64-NOT: movsq
|
; X64-NOT: movsq
|
||||||
; X64: rep
|
; X64: rep
|
||||||
; X64-NOT: rep
|
; X64-NOT: rep
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
; Win64 has not supported byval yet.
|
; Win64 has not supported byval yet.
|
||||||
|
|
||||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
|
; RUN: llc < %s -march=x86 -mattr=-avx | FileCheck %s -check-prefix=X32
|
||||||
; X32-NOT: movsl
|
; X32-NOT: movsl
|
||||||
; X32: rep
|
; X32: rep
|
||||||
; X32-NOT: rep
|
; X32-NOT: rep
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X64
|
; RUN: llc < %s -mtriple=x86_64-linux -mattr=-avx | FileCheck %s -check-prefix=X64
|
||||||
; X64-NOT: movsq
|
; X64-NOT: movsq
|
||||||
; X64: rep
|
; X64: rep
|
||||||
; X64-NOT: rep
|
; X64-NOT: rep
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
; Win64 has not supported byval yet.
|
; Win64 has not supported byval yet.
|
||||||
|
|
||||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
|
; RUN: llc < %s -march=x86 -mattr=-avx | FileCheck %s -check-prefix=X32
|
||||||
; X32-NOT: movsl
|
; X32-NOT: movsl
|
||||||
; X32: rep
|
; X32: rep
|
||||||
; X32-NOT: rep
|
; X32-NOT: rep
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X64
|
; RUN: llc < %s -mtriple=x86_64-linux -mattr=-avx | FileCheck %s -check-prefix=X64
|
||||||
; X64-NOT: movsq
|
; X64-NOT: movsq
|
||||||
; X64: rep
|
; X64: rep
|
||||||
; X64-NOT: rep
|
; X64-NOT: rep
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
; Win64 has not supported byval yet.
|
; Win64 has not supported byval yet.
|
||||||
|
|
||||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
|
; RUN: llc < %s -march=x86 -mattr=-avx | FileCheck %s -check-prefix=X32
|
||||||
; X32-NOT: movsl
|
; X32-NOT: movsl
|
||||||
; X32: rep
|
; X32: rep
|
||||||
; X32-NOT: rep
|
; X32-NOT: rep
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X64
|
; RUN: llc < %s -mtriple=x86_64-linux -mattr=-avx | FileCheck %s -check-prefix=X64
|
||||||
; X64-NOT: movsq
|
; X64-NOT: movsq
|
||||||
; X64: rep
|
; X64: rep
|
||||||
; X64-NOT: rep
|
; X64-NOT: rep
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
; Win64 has not supported byval yet.
|
; Win64 has not supported byval yet.
|
||||||
|
|
||||||
; RUN: llc < %s -march=x86 | FileCheck %s -check-prefix=X32
|
; RUN: llc < %s -march=x86 -mattr=-avx | FileCheck %s -check-prefix=X32
|
||||||
; X32-NOT: movsl
|
; X32-NOT: movsl
|
||||||
; X32: rep
|
; X32: rep
|
||||||
; X32-NOT: rep
|
; X32-NOT: rep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user