[PATCH] D87813: [llvm]Add an option to emit cold clusters to a different section.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 10:58:39 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/X86/basic-block-sections-cold.ll:39
+; LINUX-SPLIT: .section	.text.split._Z3bazb,"ax", at progbits
+; LINUX-SPLIT: _Z3bazb.cold:
----------------
MaskRay wrote:
> If `-NEXT:` applies please add it.
I think it'd be better to check `.LBB0_2:` and `.LBB_END0_2:` as well to enhance the test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87813



More information about the llvm-commits mailing list