[all-commits] [llvm/llvm-project] 1e0edb: [BOLT][AArch64] Compensate for missing code marker...

Maksim Panchenko via All-commits all-commits at lists.llvm.org
Tue Jul 29 12:01:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e0edb072ab32e22949f88f786b340a912b81d58
      https://github.com/llvm/llvm-project/commit/1e0edb072ab32e22949f88f786b340a912b81d58
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2025-07-29 (Tue, 29 Jul 2025)

  Changed paths:
    M bolt/lib/Rewrite/RewriteInstance.cpp
    A bolt/test/AArch64/missing-code-marker.s

  Log Message:
  -----------
  [BOLT][AArch64] Compensate for missing code markers (#151060)

Code written in assembly can have missing code markers. In BOLT, we can
compensate by recognizing that a function entry point should start a
code sequence.

Seen such code in lua jit library.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list