[all-commits] [llvm/llvm-project] d595b5: [FPEnv] Fix complex operations in strictfp mode

Serge Pavlov via All-commits all-commits at lists.llvm.org
Tue Jan 24 01:41:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d595b59d5c9c8e56c3b3d142912ee16a02071690
      https://github.com/llvm/llvm-project/commit/d595b59d5c9c8e56c3b3d142912ee16a02071690
  Author: Serge Pavlov <sepavloff at gmail.com>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M clang/lib/CodeGen/CGExprComplex.cpp
    M clang/test/CodeGen/complex-strictfp.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list