[llvm] [PAC][AArch64] Lower ptrauth constants in code (PR #94241)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 01:28:37 PDT 2024
================
@@ -60,6 +60,16 @@ The address of a global value.
%0(p0) = G_GLOBAL_VALUE @var_local
+G_PTRAUTH_GLOBAL_VALUE
+^^^^^^^^^^^^^^^^^^^^^^
+
+The signed address of a global value. Operands: address to be signed (pointer),
+key (32-bit imm), address for address discrimination (zero if not needed) and
+an extra discriminator (64-bit imm).
+
+.. code-block:: none
+ %0:_(p0) = G_PTRAUTH_GLOBAL_VALUE %1:_(p0), s32, %2:_(p0), s64
----------------
kovdan01 wrote:
Fixed, thanks, see 2b12acbde48f534e725a1febf1607178266bb3b1
https://github.com/llvm/llvm-project/pull/94241
More information about the llvm-commits
mailing list