mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
Add X86-SSE4 codegen support for vector-select.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
; This test is the poster-child for integer-element-promotion.
|
||||
; Until this feature is complete, we mark this test as expected to fail.
|
||||
; XFAIL: *
|
||||
; CHECK: vector_code
|
||||
; CHECK: blend
|
||||
; CHECK: ret
|
||||
define <4 x float> @vector_code(<4 x i64> %A, <4 x i64> %B, <4 x float> %R0, <4 x float> %R1 ) {
|
||||
%C = icmp eq <4 x i64> %A, %B
|
||||
|
||||
Reference in New Issue
Block a user