This is an archive of the discontinued LLVM Phabricator instance.

[BBVectorize] Teach BBVectorizer not to vectorize selects with a scalar condition and vector operands
ClosedPublic

Authored by mkuper on May 25 2016, 6:57 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

mkuper updated this revision to Diff 58555.May 25 2016, 6:57 PM
mkuper retitled this revision from to [BBVectorize] Teach BBVectorizer not to vectorize selects with a scalar condition and vector operands.
mkuper updated this object.
mkuper added a reviewer: hfinkel.
mkuper added a subscriber: llvm-commits.
hfinkel accepted this revision.May 25 2016, 7:29 PM
hfinkel edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 25 2016, 7:29 PM
This revision was automatically updated to reflect the committed changes.