[llvm] [llvm] Consistently respect `naked` fn attribute in `TargetFrameLowering::hasFP()` (PR #106014)

Alexander Richardson via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 16:34:39 PDT 2024


arichardson wrote:

It's not ideal having to duplicate this across all targets. Could we do something like moving this check into a non-virtual function in the base class and then dispatching to the target-specific function (I guess we could call it hasFPImpl or something like that)?

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


More information about the llvm-commits mailing list