[PATCH] D122929: [BOLT] Check for !isTailCall in isUnconditionalBranch

Vladislav Khmelevsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 11:44:17 PDT 2022


yota9 marked 2 inline comments as done.
yota9 added inline comments.


================
Comment at: bolt/test/AArch64/ext-double-jump.s:10
+  .align 4
+  .global dummy1
+  .type dummy1, %function
----------------
maksfb wrote:
> nit: could you add size directives for functions in the test?
Sure, will do. Does it affect something? I did it before, but usually BOLT works just fine without it, just curious


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122929



More information about the llvm-commits mailing list