[PATCH] D140435: [BOLT] Respect -function-order in lite mode

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 17:22:50 PST 2022


Amir added inline comments.


================
Comment at: bolt/test/X86/function-order-lite.s:29-40
+.LBB07:
+.LBB07_br: 	jmp	.Ltmp6
+
+.LFT1:
+.LFT1_br: 	jmp	.Ltmp7
+
+.Ltmp6:
----------------
maksfb wrote:
> What's the purpose of the jumps in the test?
The test was copied from `bolt/test/X86/Inputs/jmpjmp.s`. Let me simplify the function to a stub


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140435



More information about the llvm-commits mailing list