This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Make v2i64/v2f64 legal types.
ClosedPublic

Authored by arsenm on Nov 2 2015, 11:09 AM.

Details

Reviewers
tstellarAMD
Summary

They can be loaded and stored, so count them as legal. This is
mostly to fix a number of common cases for load/store merging.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 38950.Nov 2 2015, 11:09 AM
arsenm retitled this revision from to AMDGPU: Make v2i64/v2f64 legal types..
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Nov 25 2015, 11:12 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Nov 25 2015, 11:12 AM
arsenm closed this revision.Nov 25 2015, 12:01 PM

r254086