[all-commits] [llvm/llvm-project] 1d9153: [LoongArch] Add missing dollar prefix to register ...

Lu Weining via All-commits all-commits at lists.llvm.org
Thu Feb 17 17:57:24 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d91537ce872c721cc0f7f52980961951c27b1ce
      https://github.com/llvm/llvm-project/commit/1d91537ce872c721cc0f7f52980961951c27b1ce
  Author: Weining Lu <luweining at loongson.cn>
  Date:   2022-02-18 (Fri, 18 Feb 2022)

  Changed paths:
    M llvm/lib/Target/LoongArch/MCTargetDesc/LoongArchInstPrinter.cpp
    M llvm/test/CodeGen/LoongArch/1ri.mir
    M llvm/test/CodeGen/LoongArch/2r.mir
    M llvm/test/CodeGen/LoongArch/2ri.mir
    M llvm/test/CodeGen/LoongArch/3r.mir
    M llvm/test/CodeGen/LoongArch/3ri.mir
    M llvm/test/CodeGen/LoongArch/misc.mir

  Log Message:
  -----------
  [LoongArch] Add missing dollar prefix to register name in InstPrinter

This patch adds a '$' prefix to register name in InstPrinter that I missed in initial patches.

Reviewed By: xen0n

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




More information about the All-commits mailing list