[PATCH] D71629: [SystemZ] Recognize mrecord-mcount in backend

Ulrich Weigand via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 18 14:19:45 PST 2019


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

LGTM with minor tweak.  Thanks!



================
Comment at: llvm/test/CodeGen/SystemZ/mrecord-mcount-01.ll:32
+attributes #0 = { "fentry-call"="true" "mrecord-mcount" }
+attributes #1 = { "fentry-call"="true" "mnop-mcount"="true" "mrecord-mcount" }
----------------
I believe "mop-mcount" no longer needs "true" here now.


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

https://reviews.llvm.org/D71629





More information about the llvm-commits mailing list