[llvm-branch-commits] [llvm] [BOLT][NFC] Rename Pointer Auth DWARF rewriter passes (PR #164622)

Paschalis Mpeis via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Nov 3 08:26:14 PST 2025


================
@@ -104,9 +104,9 @@ negate-ra-state CFIs will become invalid during BasicBlock reordering.
 ## Solution design
 
 The implementation introduces two new passes:
-1. `MarkRAStatesPass`: assigns the RA state to each instruction based on the CFIs
-    in the input binary
-2. `InsertNegateRAStatePass`: reads those assigned instruction RA states after
+1. `PointerAuthCFIAnalyzer`: assigns the RA state to each instruction based on
+    the CFI in the input binary
----------------
paschalis-mpeis wrote:

Did you intend to drop plural here?

https://github.com/llvm/llvm-project/pull/164622


More information about the llvm-branch-commits mailing list