[VE] Update integer arithmetic instructions
authorKazushi (Jam) Marukawa <marukawa@nec.com>
Wed, 15 Apr 2020 07:47:14 +0000 (09:47 +0200)
committerSimon Moll <simon.moll@emea.nec.com>
Wed, 15 Apr 2020 07:47:51 +0000 (09:47 +0200)
commit7a7f22304289c83a6ce665a70a6fcfbe9d15919f
tree5cadca92106a2995f246f400cbbd86c6063176c1
parent3e3701f8a0bfafdbca91d4a9cae56c69242c754c
[VE] Update integer arithmetic instructions

Summary:
Changing all mnemonic to match assembly instructions to simplify mnemonic
naming rules.  This time update all fixed-point arithmetic instructions.
This also corrects smax/smin code generations.

Reviewed By: simoll

Differential Revision: https://reviews.llvm.org/D77856
llvm/lib/Target/VE/VEFrameLowering.cpp
llvm/lib/Target/VE/VEInstrInfo.td
llvm/test/CodeGen/VE/max.ll
llvm/test/CodeGen/VE/min.ll