[all-commits] [llvm/llvm-project] d06303: [ARM] t2CALL_BTI pseudo-inst clobbers LR (#102117)
Oliver Stannard via All-commits
all-commits at lists.llvm.org
Wed Aug 7 02:24:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d06303ffc1f3b2023532fd426734e9435f87d038
https://github.com/llvm/llvm-project/commit/d06303ffc1f3b2023532fd426734e9435f87d038
Author: Oliver Stannard <oliver.stannard at arm.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M llvm/lib/Target/ARM/ARMInstrThumb2.td
M llvm/test/CodeGen/ARM/setjmp-bti-basic.ll
Log Message:
-----------
[ARM] t2CALL_BTI pseudo-inst clobbers LR (#102117)
The t2CALL_BTI pseudo-instruction expands to a tBL instruction, so needs
the same implicit uses and defs as it.
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