[all-commits] [llvm/llvm-project] 1bc45b: [PowerPC] Support lowering int-to-fp on ppc_fp128

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Sun Aug 23 20:20:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bc45b2fd8083036c7d5a1545874ab06ec9b029a
      https://github.com/llvm/llvm-project/commit/1bc45b2fd8083036c7d5a1545874ab06ec9b029a
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-08-24 (Mon, 24 Aug 2020)

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

  Log Message:
  -----------
  [PowerPC] Support lowering int-to-fp on ppc_fp128

D70867 introduced support for expanding most ppc_fp128 operations. But
sitofp/uitofp is missing. This patch adds that after D81669.

Reviewed By: uweigand

Differntial Revision: https://reviews.llvm.org/D81918




More information about the All-commits mailing list