[PATCH] D58059: [AArch64] Print instruction before atomic semantic annotations
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 13 05:55:53 PST 2019
olista01 requested changes to this revision.
olista01 added a comment.
This revision now requires changes to proceed.
I think it would be neater to move this annotation printing code to after the regular printAliasInstr/printInstruction calls at the end of the function (line 300). As it is, this patch will drop any other annotations on the instruction, because it doesn't call printAnnotation(O, Annot).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58059/new/
https://reviews.llvm.org/D58059
More information about the llvm-commits
mailing list