[all-commits] [llvm/llvm-project] 14fcaa: [BOLT] Overhaul the comments in PAuthGadgetScanner...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Thu Nov 27 05:22:15 PST 2025


  Branch: refs/heads/users/atrosinenko/bolt-gs-overhaul-comments
  Home:   https://github.com/llvm/llvm-project
  Commit: 14fcaa31d40c782289dd3a4b96e58d17f4253ca7
      https://github.com/llvm/llvm-project/commit/14fcaa31d40c782289dd3a4b96e58d17f4253ca7
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2025-11-27 (Thu, 27 Nov 2025)

  Changed paths:
    M bolt/lib/Passes/PAuthGadgetScanner.cpp

  Log Message:
  -----------
  [BOLT] Overhaul the comments in PAuthGadgetScanner for readability (NFC)

Update the comments in PAuthGadgetScanner.cpp to better describe the
current version of the code. Along the way, shorten identifier names
that are redundant taking their context into account:
`RegsToTrackInstsFor` (made `RegsToTrack`) and `getNumTrackedRegisters`
(made `getNumRegisters`).



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