This is an archive of the discontinued LLVM Phabricator instance.

[AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFC
ClosedPublic

Authored by nickdesaulniers on Apr 16 2019, 4:29 PM.

Details

Summary

None of these derived classes do anything that the base class cannot.
If we remove these case statements, then the base class can handle them
just fine.

Diff Detail

Repository
rL LLVM

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2019, 4:29 PM
echristo accepted this revision.Apr 16 2019, 4:31 PM
This revision is now accepted and ready to land.Apr 16 2019, 4:31 PM

Note to Peter: the %a case is the same between Aarch64 and ARM (and should be basic enough to hoist up to the base case). That's going in next patch.

This revision was automatically updated to reflect the committed changes.