This is an archive of the discontinued LLVM Phabricator instance.

Fixed a bug in lowering shuffle_vectors to insertps
ClosedPublic

Authored by filcab on Jun 5 2014, 5:53 PM.

Details

Summary

We were being too strict and not accounting for undefs.
Added a test case and fixed another one where we improved codegen.

Diff Detail

Repository
rL LLVM

Event Timeline

filcab updated this revision to Diff 10161.Jun 5 2014, 5:53 PM
filcab retitled this revision from to Fixed a bug in lowering shuffle_vectors to insertps.
filcab updated this object.
filcab edited the test plan for this revision. (Show Details)
filcab added reviewers: grosbach, nadav, delena.
filcab added a subscriber: Unknown Object (MLST).
nadav edited edge metadata.Jun 5 2014, 7:58 PM

LGTM.

filcab closed this revision.Jun 6 2014, 11:15 AM
filcab updated this revision to Diff 10185.

Closed by commit rL210361 (authored by @filcab).