[all-commits] [llvm/llvm-project] 45b8e3: [SystemZ] Use ISD::ABS opcode during isel.

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Wed Nov 18 05:45:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 45b8e37afcf41ec99e932beac107b0fb43861933
      https://github.com/llvm/llvm-project/commit/45b8e37afcf41ec99e932beac107b0fb43861933
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
    M llvm/lib/Target/SystemZ/SystemZISelLowering.h
    M llvm/lib/Target/SystemZ/SystemZInstrInfo.td
    M llvm/lib/Target/SystemZ/SystemZInstrVector.td
    M llvm/lib/Target/SystemZ/SystemZOperators.td

  Log Message:
  -----------
  [SystemZ] Use ISD::ABS opcode during isel.

The SystemZISD::IABS node is no longer needed since ISD::ABS can be used
instead.

Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D91697




More information about the All-commits mailing list