[PATCH] D132384: [AArch64][PAC] Select MOVK for ptrauth.blend intrinsic.

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 08:56:01 PDT 2022


ab created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a reviewer: apazos.
Herald added a project: All.
ab requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In a sense, this is implementing an ABI decision (how to lower the software construct of "blend"), but if there are interesting variants to consider, this could be made object-file-format-specific in some way.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132384

Files:
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/test/CodeGen/AArch64/ptrauth-intrinsic-blend.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132384.454522.patch
Type: text/x-patch
Size: 3998 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/bcddc82d/attachment.bin>


More information about the llvm-commits mailing list