mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
llvm/test/CodeGen/X86/vselect.ll: Unbreak Windows x64 targets to add -mtriple=x86_64-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198114 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ec3395335
commit
d8e67feaf2
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=x86-64 -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=x86_64-unknown-unknown -mcpu=corei7 -mattr=-sse4.1 < %s | FileCheck %s
|
||||
|
||||
; Verify that we don't emit packed vector shifts instructions if the
|
||||
; condition used by the vector select is a vector of constants.
|
||||
|
Loading…
x
Reference in New Issue
Block a user