[all-commits] [llvm/llvm-project] 63a240: [AArch64][PAC] Precommit ptrauth-isel.ll tests on ...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Sat Jul 5 02:16:21 PDT 2025
Branch: refs/heads/users/atrosinenko/pauth-imm-modifier-other
Home: https://github.com/llvm/llvm-project
Commit: 63a240f957d8b7b5345ec392c5e0c247ce41d3b0
https://github.com/llvm/llvm-project/commit/63a240f957d8b7b5345ec392c5e0c247ce41d3b0
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2025-07-05 (Sat, 05 Jul 2025)
Changed paths:
M llvm/test/CodeGen/AArch64/ptrauth-isel.ll
Log Message:
-----------
[AArch64][PAC] Precommit ptrauth-isel.ll tests on calls and tail calls
Commit: be6d2af6d1ed64e7474d3bb5e258d1f9c27e5f7b
https://github.com/llvm/llvm-project/commit/be6d2af6d1ed64e7474d3bb5e258d1f9c27e5f7b
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2025-07-05 (Sat, 05 Jul 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
M llvm/test/CodeGen/AArch64/ptrauth-call.ll
M llvm/test/CodeGen/AArch64/ptrauth-isel.ll
Log Message:
-----------
[AArch64][PAC] Rework discriminator analysis for calls and tail calls
Make use of fixupBlendComponents for AUTH_TCRETURN[_BTI] and for
BLRA[_RVMARKER] pseudos the same way it is done for AUT/PAC/AUTPAC.
This patch unifies discriminator analysis for DAGISel and GlobalISel
and improves cross-BB analysis in case of DAGISel.
Compare: https://github.com/llvm/llvm-project/compare/35179ede5715...be6d2af6d1ed
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list