Skip to content

[VECTOR-SELECT] needed to implement integer-promotion of the vselect node #11293

@llvmbot

Description

@llvmbot
Bugzilla Link 10921
Resolution FIXED
Resolved on Sep 14, 2011 09:45
Version trunk
OS Windows NT
Reporter LLVM Bugzilla Contributor

Extended Description

For example, the test below would fail without it.

define void@vsel_i8(<4 x i8>* %v1, <4 x i8>* %v2) {
%A = load <4 x i8>* %v1
%B = load <4 x i8>* %v2
%vsel = select <4 x i1> <i1 true, i1 false, i1 false, i1 false>, <4 x i8> %A, <4 x i8> %B
store <4 x i8 > %vsel, <4 x i8>* %v1
ret void
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions