This is an archive of the discontinued LLVM Phabricator instance.

R600: Change how vector truncating stores are packed.
ClosedPublic

Authored by arsenm on Apr 5 2014, 6:30 PM.

Details

Reviewers
arsenm
Summary

Don't introduce new operations on an illegal sub 32-bit type.
Do the operations on a 32-bit value, and then use a truncating store.

Diff Detail

Event Timeline

arsenm accepted this revision.Apr 21 2014, 9:18 PM

r206864

arsenm closed this revision.Apr 21 2014, 9:18 PM