[all-commits] [llvm/llvm-project] 132f25: [SystemZ] Avoid scalarization of [SU]INT_TO_FP IS...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Mon Mar 16 05:09:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 132f25bcca2e4cdf89df7eb1eff8051dec381e0c
      https://github.com/llvm/llvm-project/commit/132f25bcca2e4cdf89df7eb1eff8051dec381e0c
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    A llvm/test/CodeGen/SystemZ/vec-move-23.ll

  Log Message:
  -----------
  [SystemZ]  Avoid scalarization of [SU]INT_TO_FP ISD-nodes.

The type legalizer will scalarize vector conversions from integer to floating
point if the source element size is less than that of the result.

This is avoided now by inserting a zero/sign-extension of the source vector
before type legalization.

Review: Ulrich Weigand

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




More information about the All-commits mailing list