[all-commits] [llvm/llvm-project] 1a493b: [PowerPC] Add missing handling for half precision

nemanja-ibm via All-commits all-commits at lists.llvm.org
Fri May 22 05:50:37 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a493b0fa556a07c728862c3c3f70bfd8683bef0
      https://github.com/llvm/llvm-project/commit/1a493b0fa556a07c728862c3c3f70bfd8683bef0
  Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
  Date:   2020-05-22 (Fri, 22 May 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    M llvm/lib/Target/PowerPC/PPCISelLowering.h
    M llvm/lib/Target/PowerPC/PPCInstrVSX.td
    M llvm/test/CodeGen/PowerPC/handle-f16-storage-type.ll
    M llvm/test/CodeGen/PowerPC/scalar_vector_test_2.ll
    M llvm/test/CodeGen/PowerPC/vector-constrained-fp-intrinsics.ll

  Log Message:
  -----------
  [PowerPC] Add missing handling for half precision

The fix for PR39865 took care of some of the handling for half precision
but it missed a number of issues that still exist. This patch fixes the
remaining issues that cause crashes in the PPC back end.

Fixes: https://bugs.llvm.org/show_bug.cgi?id=45776

Differential revision: https://reviews.llvm.org/D79283




More information about the All-commits mailing list