[llvm] [PAC][AArch64] Lower ptrauth constants in code (PR #94241)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 11:24:52 PDT 2024
================
@@ -110,6 +110,12 @@ def G_GLOBAL_VALUE : GenericInstruction {
let hasSideEffects = false;
}
+def G_PTRAUTH_GLOBAL_VALUE : GenericInstruction {
----------------
tschuett wrote:
Could you please add an entry to:
https://github.com/llvm/llvm-project/blob/main/llvm/docs/GlobalISel/GenericOpcode.rst
https://github.com/llvm/llvm-project/pull/94241
More information about the llvm-commits
mailing list