This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Don't emit build_pair during udivrem legalization
ClosedPublic

Authored by arsenm on Feb 27 2016, 12:13 AM.

Details

Reviewers
tstellarAMD
Summary

Technically you aren't supposed to emit these after type legalization
for some reason, and we use vector extracts of bitcasted integers
as the canonical way to do this.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 49291.Feb 27 2016, 12:13 AM
arsenm retitled this revision from to AMDGPU: Don't emit build_pair during udivrem legalization.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 29 2016, 6:26 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 29 2016, 6:26 AM
arsenm closed this revision.Feb 29 2016, 9:10 PM

r262298