[llvm] [AArch64][PAC] Move emission of LR checks in tail calls to AsmPrinter (PR #110705)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 10 12:09:25 PST 2024


================
@@ -0,0 +1,59 @@
+; RUN: llc -mtriple aarch64-linux-pauthtest -o - %s \
----------------
kovdan01 wrote:

Do we really need `pauthtest` environment here? For llc, it should have basically no effect since we already have ptrauth-related function attributes set, and pauthtest only has meaning in context of clang driver (see #97237). Please let me know if I miss smth.

While `pauthtest` environment does not break anything here, it IMHO looks special and one might mistakenly think that it's important here while it looks like that it's not.

https://github.com/llvm/llvm-project/pull/110705


More information about the llvm-commits mailing list