This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][PAC] Skip checking LR during tail call if FPAC is enabled
Needs ReviewPublic

Authored by atrosinenko on Aug 1 2023, 4:00 AM.

Details

Summary

If the target CPU implements optional FPAC feature, AUT* instruction
will fault by itself if pointer authentication fails, so skip the
explicit check.

Diff Detail