This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Complete implementation of G_GEP
ClosedPublic

Authored by arsenm on Jul 1 2019, 5:39 AM.

Details

Reviewers
tstellar
nhaehnle
Summary

Also works around tablegen defect in selecting add with unused carry,
but if we have to manually select GEP, might as well handle add
manually.

Diff Detail

Event Timeline

arsenm created this revision.Jul 1 2019, 5:39 AM
tstellar accepted this revision.Jul 1 2019, 7:37 AM

LGTM.

This revision is now accepted and ready to land.Jul 1 2019, 7:37 AM
arsenm closed this revision.Jul 1 2019, 9:34 AM

r364806