[llvm] [PAC][IR][AArch64] Add "ptrauth(...)" Constant to represent signed pointers. (PR #85738)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sat May 25 07:48:30 PDT 2024


================
@@ -1007,6 +1007,73 @@ struct OperandTraits<NoCFIValue> : public FixedNumOperandTraits<NoCFIValue, 1> {
 
 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(NoCFIValue, Value)
 
+/// A signed pointer, in the ptrauth sense.
+///
----------------
nikic wrote:

```suggestion
```

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


More information about the llvm-commits mailing list