This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Handle llvm.amdgcn.reloc.constant
ClosedPublic

Authored by arsenm on Jul 21 2020, 4:46 PM.

Diff Detail

Event Timeline

arsenm created this revision.Jul 21 2020, 4:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 21 2020, 4:46 PM
kuhar resigned from this revision.Jul 29 2020, 10:02 AM

The patch looks fine to me, but I'm not familiar enough with the backend and GlobalIsel to review it.

s-perron accepted this revision.Jul 29 2020, 10:56 AM
s-perron added a subscriber: s-perron.

From a functional perspective, this looks good. The relocation is handled the way we would want.

This revision is now accepted and ready to land.Jul 29 2020, 10:56 AM