mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 01:36:05 +00:00

Function arguments or return values that are complex floating point values aren't correctly lowered for Windows x86 32-bit and 64-bit targets. See: https://github.com/llvm/llvm-project/issues/61976 Add targets that are specific for these platforms and OS. With thanks to @mstorsjo for pointing out the fix. Reviewed By: vzakhari Differential Revision: https://reviews.llvm.org/D147768 (cherry picked from commit 774703ec08f62d702d40e1f97cd35ae5f732c544)