[PATCH] D132386: [AArch64][PAC] Lower auth/resign into checked sequence.

Ana Pazos via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 12:53:23 PDT 2022


apazos added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp:1227
+
+  // We can expand AUT/AUTPAC into 3 possible sequences:
+  // - unchecked:
----------------
Should the PAuth ABI for ELF documentation in 
https://github.com/ARM-software/abi-aa/blob/main/pauthabielf64/pauthabielf64.rst 
have a note on x16/x17 being used for lowering auth/resign sequences?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132386



More information about the llvm-commits mailing list