[SystemZ] Use ISD::ABS opcode during isel.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 18 Nov 2020 10:40:18 +0000 (11:40 +0100)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Wed, 18 Nov 2020 13:43:55 +0000 (14:43 +0100)
commit45b8e37afcf41ec99e932beac107b0fb43861933
treedc7b94207a2d63556bc718eaabc2ad72a0a57922
parentccd9091d4a2fd55cb455e61fa77530e1a5de6e69
[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
llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
llvm/lib/Target/SystemZ/SystemZISelLowering.h
llvm/lib/Target/SystemZ/SystemZInstrInfo.td
llvm/lib/Target/SystemZ/SystemZInstrVector.td
llvm/lib/Target/SystemZ/SystemZOperators.td