[all-commits] [llvm/llvm-project] ba4162: [VE] Add alternative names to registers

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Wed Apr 22 00:08:21 PDT 2020


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

  Changed paths:
    M llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.cpp
    M llvm/lib/Target/VE/MCTargetDesc/VEInstPrinter.h
    M llvm/lib/Target/VE/VERegisterInfo.td

  Log Message:
  -----------
  [VE] Add alternative names to registers

Summary:
VE uses identical names "%s0-63" to all generic registers.  Change to use
alternative name mechanism among all generic registers instead of hard-
coding them.

Reviewed By: arsenm

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




More information about the All-commits mailing list