This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Output the pseudo SPACE in asm and object files
ClosedPublic

Authored by chill on Oct 18 2019, 10:42 AM.

Details

Summary

It outputs nothing, but is useful for writing tests, checking asm output.

Diff Detail

Event Timeline

chill created this revision.Oct 18 2019, 10:42 AM
tellenbach added inline comments.
llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp
604–609

Although this case is certainly obvious: Don't use else after return (https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return).

chill updated this revision to Diff 227431.Nov 1 2019, 5:54 AM
chill marked an inline comment as done.
tellenbach accepted this revision.Nov 1 2019, 6:23 AM

LGTM, thanks!

This revision is now accepted and ready to land.Nov 1 2019, 6:23 AM
This revision was automatically updated to reflect the committed changes.