[llvm] [AArch64][PAC] Introduce AArch64::PAC pseudo instruction (PR #146488)

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 10 11:50:55 PDT 2025


================
@@ -182,6 +182,13 @@ class AArch64TargetLowering : public TargetLowering {
   MachineBasicBlock *EmitGetSMESaveSize(MachineInstr &MI,
                                         MachineBasicBlock *BB) const;
 
+  /// Replace (0, vreg) discriminator components with the operands of blend
+  /// or with (immediate, XZR) when possible.
+  void fixupBlendComponents(MachineInstr &MI, MachineBasicBlock *BB,
----------------
atrosinenko wrote:

Renamed to `fixupPtrauthDiscriminator`, thanks.

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


More information about the llvm-commits mailing list