forked from OSchip/llvm-project
[X86][SSE] Add i686 triple tests for PBLENDW commutation
llvm-svn: 302145
This commit is contained in:
parent
fbaaf25739
commit
5127dbbb23
|
@ -1,4 +1,5 @@
|
|||
; RUN: llc -mtriple=x86_64-unknown-unknown -mattr=+sse4.1 < %s | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=i686-unknown-unknown -mattr=+sse4.1 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+sse4.1 | FileCheck %s
|
||||
|
||||
; When commuting the operands of a SSE blend, make sure that the resulting blend
|
||||
; mask can be encoded as a imm8.
|
||||
|
|
Loading…
Reference in New Issue