[all-commits] [llvm/llvm-project] 22a0ed: [FPEnv] Add an option to disable strict float node...

Pengfei Wang via All-commits all-commits at lists.llvm.org
Thu Nov 21 18:08:25 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 22a0edd070e4a40447e0dd2699bebfd01de7a5ab
      https://github.com/llvm/llvm-project/commit/22a0edd070e4a40447e0dd2699bebfd01de7a5ab
  Author: Pengfei Wang <pengfei.wang at intel.com>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M llvm/include/llvm/CodeGen/TargetLowering.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
    M llvm/lib/CodeGen/TargetLoweringBase.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp

  Log Message:
  -----------
  [FPEnv] Add an option to disable strict float node mutating to an normal
float node

This patch add an option 'disable-strictnode-mutation' to prevent strict
node mutating to an normal node.
So we can make sure that the patch which sets strict-node as legal works
correctly.

Patch by Chen Liu(LiuChen3)

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




More information about the All-commits mailing list