This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Add convenience constructors to MemDesc
ClosedPublic

Authored by kschwarz on Sep 2 2021, 8:12 AM.

Details

Summary

This allows constructing a MemDesc from a MachineMemoryOperand, a pattern that starts to show up more frequently.

Diff Detail

Event Timeline

kschwarz created this revision.Sep 2 2021, 8:12 AM
kschwarz requested review of this revision.Sep 2 2021, 8:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2021, 8:12 AM
Herald added a subscriber: wdng. · View Herald Transcript
foad accepted this revision.Sep 2 2021, 8:17 AM

LGTM, thanks!

This revision is now accepted and ready to land.Sep 2 2021, 8:17 AM
kschwarz updated this revision to Diff 370496.Sep 3 2021, 12:54 AM

Remove constexpr

This revision was landed with ongoing or failed builds.Sep 3 2021, 3:52 AM
This revision was automatically updated to reflect the committed changes.