[PATCH] D90868: [IR] Define @llvm.ptrauth intrinsics.

Pablo Barrio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 03:41:36 PDT 2021


pbarrio added inline comments.


================
Comment at: llvm/docs/PointerAuth.md:281-282
+The '``llvm.ptrauth.blend``' intrinsic combines a small integer discriminator
+with a pointer address discriminator, in a way that is specified by the target
+implementation.
+
----------------
What does target implementation mean here? is it the target triple combination? I assume something like this but then the next paragraph says "AArch64 is currently the only target...". Maybe worth defining what we mean by target, or replace the next paragraph's "target" by "architecture".


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

https://reviews.llvm.org/D90868



More information about the llvm-commits mailing list