This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][CODEGEN] Corrected lowering of inline asm in bundles
AbandonedPublic

Authored by dp on Jun 11 2020, 7:22 AM.

Details

Reviewers
arsenm
rampitec
Summary

See bug 46285

This is an incomplete change - it requires access to AsmPrinter::emitInlineAsm which is currently defined as private in AsmPrinter.h.
If you think this change is fine I'll create a separate fix to make this function accessible in subclasses.

Diff Detail

Event Timeline

dp created this revision.Jun 11 2020, 7:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2020, 7:22 AM

I think inline asm in a bundle should probably be a verifier error

dp abandoned this revision.Jun 11 2020, 2:07 PM