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

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 12:09:56 PDT 2022


tschuett added inline comments.


================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:5859
+    if (Key > 3)
+      return false;
+    unsigned Opcode =
----------------
Can the Key be 2? Is an if-statement easier to comprehend than a ternary operator?


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