This is an archive of the discontinued LLVM Phabricator instance.

R600/SI: Fix selection failure on scalar_to_vector
ClosedPublic

Authored by arsenm on Jun 10 2014, 7:01 PM.

Details

Reviewers
arsenm
Summary

There seem to be only 2 places that produce these, and it's kind of tricky to hit them.
Also fixes failure to bitcast between v2i16 and f32, although this for some reason wasn't
actually broken in the simple bitcast testcase, but did in the scalar_to_vector one.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 10312.Jun 10 2014, 7:01 PM
arsenm retitled this revision from to R600/SI: Fix selection failure on scalar_to_vector.
arsenm updated this object.
arsenm edited the test plan for this revision. (Show Details)
arsenm added a subscriber: Unknown Object (MLST).
arsenm accepted this revision.Jun 11 2014, 10:48 AM
arsenm added a reviewer: arsenm.

r210664

This revision is now accepted and ready to land.Jun 11 2014, 10:48 AM
arsenm closed this revision.Jun 11 2014, 10:48 AM