[all-commits] [llvm/llvm-project] 26c7a4: [LegalizeIntegerTypes][X86] Add support for expand...

topperc via All-commits all-commits at lists.llvm.org
Mon Jan 13 13:11:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 26c7a4ed101fae85d2041ee1c8e8483b96e4460e
      https://github.com/llvm/llvm-project/commit/26c7a4ed101fae85d2041ee1c8e8483b96e4460e
  Author: Craig Topper <craig.topper at intel.com>
  Date:   2020-01-13 (Mon, 13 Jan 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/test/CodeGen/X86/fp128-cast-strict.ll

  Log Message:
  -----------
  [LegalizeIntegerTypes][X86] Add support for expanding input of STRICT_SINT_TO_FP/STRICT_UINT_TO_FP into a libcall.

Needed to support i128->fp128 on 32-bit X86.

Add full set of strict sint_to_fp/uint_to_fp conversion tests for fp128.




More information about the All-commits mailing list