This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fold bitcasts of scalar constants to vectors
ClosedPublic

Authored by arsenm on Apr 13 2016, 6:52 PM.

Details

Reviewers
tstellarAMD
Summary

This cleans up some messes since the individual scalar components can be CSEed.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 53650.Apr 13 2016, 6:52 PM
arsenm retitled this revision from to AMDGPU: Fold bitcasts of scalar constants to vectors.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Apr 14 2016, 7:23 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 14 2016, 7:23 AM
arsenm closed this revision.Apr 14 2016, 3:04 PM

r266376