[llvm] [AArch64] Fix return address auth in tail call epilogues (PR #189484)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 14:41:08 PDT 2026


================

----------------
kovdan01 wrote:

Nit: it's totally fine to have tests auto-generated by this tool (its the reason why it exists :) ), but I think that it might be beneficial for this particular test to be adjusted manually. Lots of check lines with different check prefixes are duplicated and (a) clutter the test (b) make significantly it harder for reader to understand what are the differences between cases using different check prefixes.

So, if you use a common check prefix for duplicating lines and use different check prefixes for lines which are actually different, it would make the test significantly more compact and make the reader immediately see where are the differences.

Feel free to ignore if this seems as a too big effort.

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


More information about the llvm-commits mailing list