[llvm] [PAC][IR][AArch64] Add "ptrauth(...)" Constant to represent signed pointers. (PR #85738)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed May 8 18:21:48 PDT 2024
================
@@ -1007,6 +1007,73 @@ struct OperandTraits<NoCFIValue> : public FixedNumOperandTraits<NoCFIValue, 1> {
DEFINE_TRANSPARENT_OPERAND_ACCESSORS(NoCFIValue, Value)
+/// A signed pointer
+///
----------------
nikic wrote:
```suggestion
/// A signed pointer.
```
https://github.com/llvm/llvm-project/pull/85738
More information about the llvm-commits
mailing list