[all-commits] [llvm/llvm-project] 7a7f22: [VE] Update integer arithmetic instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Apr 15 00:48:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a7f22304289c83a6ce665a70a6fcfbe9d15919f
      https://github.com/llvm/llvm-project/commit/7a7f22304289c83a6ce665a70a6fcfbe9d15919f
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-04-15 (Wed, 15 Apr 2020)

  Changed paths:
    M llvm/lib/Target/VE/VEFrameLowering.cpp
    M llvm/lib/Target/VE/VEInstrInfo.td
    M llvm/test/CodeGen/VE/max.ll
    M llvm/test/CodeGen/VE/min.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list