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

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Jun 4 14:16:46 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 6279fd114acba298b9b743755d7031d615c92d23
      https://github.com/llvm/llvm-project/commit/6279fd114acba298b9b743755d7031d615c92d23
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-06-04 (Fri, 04 Jun 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

(cherry picked from commit 5c18d1136665f74b15c0df599f56ac3e2e947fb8)




More information about the All-commits mailing list