Displaying 2 results from an estimated 2 matches for "vextractf128_256mri".
2009 Dec 02
5
[LLVMdev] Selecting Vector Shuffle of Different Types
...(v4f32 (vector_shuffle
(v8f32 undef), (v8f32 VR256:$src1),
VEXTRACTF128_shuffle_mask:$src2)))]>;
(This is simplified for the sake of exposition but this gets the idea across).
TableGen reports a type contradition:
VEXTRACTF128_256mri: (st:isVoid (vector_shuffle:v4f32 (undef:v8f32),
VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>:
$src2), addr:iPTR:
$dst)<<P:Predicate_unindexedstore>><<P:Predicate_store>><<P:Predicate_alignedstore>>
tblgen: In VEXTRACTF...
2009 Dec 03
0
[LLVMdev] Selecting Vector Shuffle of Different Types
... (v8f32 undef), (v8f32 VR256:$src1),
> VEXTRACTF128_shuffle_mask:$src2)))]>;
>
> (This is simplified for the sake of exposition but this gets the idea across).
>
> TableGen reports a type contradition:
>
> VEXTRACTF128_256mri: (st:isVoid (vector_shuffle:v4f32 (undef:v8f32),
> VR256:v8f32:$src1, (build_vector)<<P:Predicate_VEXTRACTF128_shuffle_mask>>:
> $src2), addr:iPTR:
> $dst)<<P:Predicate_unindexedstore>><<P:Predicate_store>><<P:Predicate_alignedstore>>
>...