This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][InlineAsm] Add register class ID to the flags of register input operands
ClosedPublic

Authored by kschwarz on Jul 14 2020, 5:24 AM.

Details

Summary

We do this already for output operands, but missed it for (non-tied) input operands.

Diff Detail

Event Timeline

kschwarz created this revision.Jul 14 2020, 5:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2020, 5:24 AM
arsenm accepted this revision.Jul 14 2020, 5:54 AM
This revision is now accepted and ready to land.Jul 14 2020, 5:54 AM
This revision was automatically updated to reflect the committed changes.