[PATCH] D132385: [AArch64][PAC] Select XPAC for ptrauth.strip intrinsic.

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 11:24:50 PDT 2022


apazos added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp:1227
+       // XPACI $x0.
+       MachineInstrBuilder DefMIB =
+           BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ORRXrs))
----------------
there is no unit test case for this scenario


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132385/new/

https://reviews.llvm.org/D132385



More information about the llvm-commits mailing list