This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Avoid getting MRI in every function
ClosedPublic

Authored by arsenm on Sep 27 2019, 6:37 PM.

Details

Summary

Store it in AMDGPUInstructionSelector to avoid boilerplate in nearly
every select function.

Diff Detail

Event Timeline

arsenm created this revision.Sep 27 2019, 6:37 PM
tstellar accepted this revision.Sep 27 2019, 8:09 PM

LGTM.

This revision is now accepted and ready to land.Sep 27 2019, 8:09 PM
arsenm closed this revision.Sep 27 2019, 9:05 PM

r373139