[llvm] [BOLT][AArch64] Support for pointer authentication (v2) (PR #120064)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 08:49:00 PST 2025


================
@@ -1122,6 +1143,51 @@ class MCPlusBuilder {
   /// Return true if the instruction is a tail call.
   bool isTailCall(const MCInst &Inst) const;
 
+  /// Stores NegateRAState annotation on Inst.
----------------
paschalis-mpeis wrote:

nit: could use `\p` to indicate parameter (same for the new functions below this)

```suggestion
  /// Stores NegateRAState annotation on \p Inst.
```

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


More information about the llvm-commits mailing list