[all-commits] [llvm/llvm-project] 5c18d1: [SPE] Disable strict-fp for SPE by default

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Thu May 27 09:15:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5c18d1136665f74b15c0df599f56ac3e2e947fb8
      https://github.com/llvm/llvm-project/commit/5c18d1136665f74b15c0df599f56ac3e2e947fb8
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-05-28 (Fri, 28 May 2021)

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

  Log Message:
  -----------
  [SPE] Disable strict-fp for SPE by default

As discussed in PR50385, strict-fp on PowerPC SPE has not been handled
well. This patch disables it by default for SPE.

Reviewed By: nemanjai, vit9696, jhibbits

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




More information about the All-commits mailing list