[all-commits] [llvm/llvm-project] 1c4cb5: [SystemZ] Don't use libcall for 128 bit shifts.

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Thu May 6 09:18:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c4cb510b4daccc0f4763958567affc2b442f317
      https://github.com/llvm/llvm-project/commit/1c4cb510b4daccc0f4763958567affc2b442f317
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/test/CodeGen/SystemZ/shift-12.ll

  Log Message:
  -----------
  [SystemZ] Don't use libcall for 128 bit shifts.

Expand 128 bit shifts instead of using a libcall.

This patch removes the 128 bit shift libcalls and thereby causes
ExpandShiftWithUnknownAmountBit() to be called.

Review: Ulrich Weigand

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




More information about the All-commits mailing list