[PATCH] D49786: Enable some pointer authentication instructions for aarch64 v8a targets

Luke Cheeseman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 04:46:12 PDT 2018


LukeCheeseman created this revision.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, kristof.beyls.

- Some of the v8.3 pointer authentication instruction inhabit the Hint space
- These instructions can be assembled to hint instructions which act as NOP instructions prior to v8.3
- This patch permits using the hint instructions for all v8a targets


Repository:
  rL LLVM

https://reviews.llvm.org/D49786

Files:
  lib/Target/AArch64/AArch64InstrInfo.td
  test/MC/AArch64/armv8.3a-signed-pointer.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49786.157220.patch
Type: text/x-patch
Size: 5761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180725/ff4733cf/attachment.bin>


More information about the llvm-commits mailing list