This is an archive of the discontinued LLVM Phabricator instance.

Move inline-asm setup/cleanup directives outside of the "#APP" "#NO_APP" comment.
Needs ReviewPublic

Authored by jyknight on Jan 2 2020, 2:05 PM.

Details

Reviewers
Nicola
Summary

After this change, only the user-specified assembly goes inside the
"APP" comment markers, not the mode-change directives. This only
affects MIPS at the moment, but we may soon start doing a similar
mode-change on X86 as well.

Event Timeline

jyknight created this revision.Jan 2 2020, 2:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 2 2020, 2:05 PM