This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix v2i64/v2f64 bitcasts
ClosedPublic

Authored by arsenm on May 20 2016, 11:51 PM.

Details

Reviewers
tstellarAMD
Summary

These operations tend to get promoted away to v4i32 so
this doesn't happen often.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 58032.May 20 2016, 11:51 PM
arsenm retitled this revision from to AMDGPU: Fix v2i64/v2f64 bitcasts.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 25 2016, 9:30 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 25 2016, 9:30 AM
arsenm closed this revision.May 25 2016, 11:15 AM

r270741