[all-commits] [llvm/llvm-project] 053668: [LegalizeTypes] Add SoftenFloatResult support for ...

wweiandrew via All-commits all-commits at lists.llvm.org
Mon Jan 13 09:07:38 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 05366870eed154c7eb48c7cc3873ea5188f54cc9
      https://github.com/llvm/llvm-project/commit/05366870eed154c7eb48c7cc3873ea5188f54cc9
  Author: Andrew Wei <weiwei64 at huawei.com>
  Date:   2020-01-14 (Tue, 14 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/test/CodeGen/ARM/fp-intrinsics.ll

  Log Message:
  -----------
  [LegalizeTypes] Add SoftenFloatResult support for STRICT_SINT_TO_FP/STRICT_UINT_TO_FP

Some target like arm/riscv with soft-float will have compiling crash when using -fno-unsafe-math-optimization option.
This patch will add the missing strict FP support to SoftenFloatRes_XINT_TO_FP.

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




More information about the All-commits mailing list