[PATCH] D131473: [XCOFF] ignore the cold attribute.

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 06:46:53 PDT 2022


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

LGTM



================
Comment at: llvm/test/CodeGen/PowerPC/aix-xcoff-cold.ll:9
+; CHECK-NEXT: 0000000000000020 g     O .data   0000000000000018 cold_fun
+; CHECK-NEXT: 0000000000000038 l       .data   0000000000000000 TOC
+
----------------
nit: delete the last line ?  for the last line not related to the cold attribute, and deleting the line will make the test case more simple and readable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131473



More information about the llvm-commits mailing list