This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Harmonize print format of hint instructions.
ClosedPublic

Authored by danielkiss on Mar 4 2020, 10:03 AM.

Details

Summary

Hint instructions printed as "hint\t#hintnum" except
in case of ARM v8.3a instruction only "hint #hintnum" is printed.
This patch changes all format to the fist one.

Diff Detail

Event Timeline

danielkiss created this revision.Mar 4 2020, 10:03 AM
vsk accepted this revision.Mar 4 2020, 10:30 AM

Thanks, I think this is a nice cleanup. LGTM provided that this is check-llvm clean.

This revision is now accepted and ready to land.Mar 4 2020, 10:30 AM
This revision was automatically updated to reflect the committed changes.