Files
llvm/clang/lib/CodeGen/CGExprComplex.cpp
Serge Pavlov d595b59d5c [FPEnv] Fix complex operations in strictfp mode
Operations on floating-point complex data had incorrect FP attributes
in strictfp mode, because IRBuilder object was not synchronized with AST
node attributes.

Differential Revision: https://reviews.llvm.org/D141765
2023-01-24 16:40:11 +07:00

52 KiB