[all-commits] [llvm/llvm-project] 8ecc85: [FPEnv] [Clang] Enable constrained FP support for ...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Sep 11 09:40:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ecc8520bc5bc20ae00c13e5ae13f8edbb80642e
      https://github.com/llvm/llvm-project/commit/8ecc8520bc5bc20ae00c13e5ae13f8edbb80642e
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-09-12 (Sat, 12 Sep 2020)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.h
    M clang/test/CodeGen/builtins-ppc-fpconstrained.c

  Log Message:
  -----------
  [FPEnv] [Clang] Enable constrained FP support for PowerPC

d4ce862f introduced HasStrictFP to disable generating constrained FP
operations for platforms lacking support. Since work for enabling
constrained FP on PowerPC is almost done, we'd like to enable it.

Reviewed By: kpn, steven.zhang

Differential Revision: https://reviews.llvm.org/D87223




More information about the All-commits mailing list