[all-commits] [llvm/llvm-project] 3ac5a1: [ARM] Add Thumb Attributes for thumb thunks create...
David Green via All-commits
all-commits at lists.llvm.org
Fri Mar 24 11:12:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ac5a123d95c4caa194b2f0b54ad963ce3034ca8
https://github.com/llvm/llvm-project/commit/3ac5a123d95c4caa194b2f0b54ad963ce3034ca8
Author: David Green <david.green at arm.com>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M llvm/include/llvm/CodeGen/IndirectThunks.h
M llvm/lib/Target/ARM/ARMSLSHardening.cpp
M llvm/test/CodeGen/ARM/speculation-hardening-sls-boththunks.ll
Log Message:
-----------
[ARM] Add Thumb Attributes for thumb thunks created in SLSHarding
Without this the function will be use an Arm subtarget, meaning the
instructions in it will be invalid for the current subtarget.
Differential Revision: https://reviews.llvm.org/D144733
More information about the All-commits
mailing list