[clang] [llvm] [PowerPC] fix bug affecting float to int32 conversion on LE PowerPC (PR #150194)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 8 04:19:23 PDT 2025


DanilaZhebryakov wrote:

Found another related bug: soft float ABI selection was not taking effect on little-endian powerPC with embedded vectors (e.g. e500v2) leading to errors.

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


More information about the cfe-commits mailing list