[PATCH] D58059: [AArch64] Print instruction before atomic semantic annotations

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 13 06:41:24 PST 2019


DavidSpickett added a comment.

In D58059#1396146 <https://reviews.llvm.org/D58059#1396146>, @olista01 wrote:

> 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).


Done.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58059/new/

https://reviews.llvm.org/D58059





More information about the llvm-commits mailing list