Files
clang-p2996/clang/test/CodeGen/complex-strictfp.c
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

9.0 KiB