[all-commits] [llvm/llvm-project] e3546c: [NFC][PowerPC] Remove the redundant InstAlias for ...

Zhang Kang via All-commits all-commits at lists.llvm.org
Mon Jun 8 20:35:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e3546c78cabfbf670391a57766872f0a8e28a423
      https://github.com/llvm/llvm-project/commit/e3546c78cabfbf670391a57766872f0a8e28a423
  Author: Kang Zhang <shkzhang at cn.ibm.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/MCTargetDesc/PPCInstPrinter.cpp

  Log Message:
  -----------
  [NFC][PowerPC] Remove the redundant InstAlias for OR instruction

Summary:
We have handle the InstAlias for OR instructions, but we handle it
agagin in PPCInstPrinter.cpp.
This patch is to Remove the redundant InstAlias for OR instruction.

Reviewed By: steven.zhang

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




More information about the All-commits mailing list