[clang] [AArch64] Add soft-float ABI (PR #74460)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 5 11:45:10 PST 2023


efriedma-quic wrote:

I'm a little surprised we don't need any LLVM backend changes, but I guess in soft-float mode we basically treat floats as ints anyway, so maybe things just work.  I'd like to see appropriate regression tests, though (if they don't already exist).

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


More information about the cfe-commits mailing list