[all-commits] [llvm/llvm-project] 467369: [PowerPC] Remove the repeated definition for some ...
zhangkangcool via All-commits
all-commits at lists.llvm.org
Thu Mar 26 02:59:04 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4673699a470b6d34bd2c34fb563dad710670aa11
https://github.com/llvm/llvm-project/commit/4673699a470b6d34bd2c34fb563dad710670aa11
Author: Kang Zhang <shkzhang at cn.ibm.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-bookIII.txt
M llvm/test/MC/PowerPC/ppc64-encoding-bookIII.s
M llvm/test/MC/PowerPC/ppc64-encoding-ext.s
Log Message:
-----------
[PowerPC] Remove the repeated definition for some InstAlias for mtspr/mfspr
Summary:
Below InstAlias have been redefined, this patch is to remove the repeated
definition.
mtdec/mfdec mtsdr1/mfsdr1 mtsrr0/mfsrr0 mtsrr1/mfsrr1 mtasr
Reviewed By: nemanjai, steven.zhang
Differential Revision: https://reviews.llvm.org/D75821
More information about the All-commits
mailing list