This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Introduce InlineAsmLowering class
ClosedPublic

Authored by kschwarz on Apr 16 2020, 11:18 AM.

Details

Summary

Similar to the CallLowering class used for lowering LLVM IR calls to MIR calls,
we introduce a separate class for lowering LLVM IR inline asm to MIR INLINEASM.

There is no functional change yet, all existing tests should pass.

Diff Detail

Event Timeline

kschwarz created this revision.Apr 16 2020, 11:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2020, 11:18 AM
aemerson accepted this revision.Apr 17 2020, 1:44 PM

LGTM.

This revision is now accepted and ready to land.Apr 17 2020, 1:44 PM
This revision was automatically updated to reflect the committed changes.