[all-commits] [llvm/llvm-project] 9b0836: [LegalizeTypes] Add SoftenFloatRes_Unary and Softe...

topperc via All-commits all-commits at lists.llvm.org
Tue Nov 26 13:08:12 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9b08366f57468e1ca41906baae4dcf17fc86a442
      https://github.com/llvm/llvm-project/commit/9b08366f57468e1ca41906baae4dcf17fc86a442
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h

  Log Message:
  -----------
  [LegalizeTypes] Add SoftenFloatRes_Unary and SoftenFloatRes_Binary functions to factor repeated patterns out of many of the SoftenFloatRes_* functions

This has been factored out of D70654 which will add strict FP support to these functions. By making the helpers we avoid repeating even more code.

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




More information about the All-commits mailing list