Files
clang-p2996/clang/lib/CodeGen/CGExprComplex.cpp
Mészáros Gergely f017073cd8 [Clang][CodeGen] Promote in complex compound divassign (#131453)
When `-fcomplex-arithmetic=promoted` is set complex divassign `/=` should
promote to a wider type the same way division (without assignment) does.
Prior to this change, Smith's algorithm would be used for divassign.

Fixes: https://github.com/llvm/llvm-project/issues/131129
2025-03-19 07:29:45 +01:00

60 KiB