[all-commits] [llvm/llvm-project] 735f47: [LegalizeTypes] Remove dead code related to soften...

topperc via All-commits all-commits at lists.llvm.org
Wed Nov 27 22:14:42 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 735f4793f13d799a1ad480192567a62cc8158bf1
      https://github.com/llvm/llvm-project/commit/735f4793f13d799a1ad480192567a62cc8158bf1
  Author: Craig Topper <craig.topper at gmail.com>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

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

  Log Message:
  -----------
  [LegalizeTypes] Remove dead code related to softening f16 which we no longer do.

f16 is promoted to f32 if it is not legal on the target.

Found while reviewing what else needed to be done for strict FP in
the softening code.




More information about the All-commits mailing list