[all-commits] [llvm/llvm-project] 86e3ab: [PowerPC] Add some InstAlias definitions
Zhang Kang via All-commits
all-commits at lists.llvm.org
Sun May 24 07:06:07 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86e3abc9e63e01675cb37919c55419f5c190d90e
https://github.com/llvm/llvm-project/commit/86e3abc9e63e01675cb37919c55419f5c190d90e
Author: Kang Zhang <shkzhang at cn.ibm.com>
Date: 2020-05-24 (Sun, 24 May 2020)
Changed paths:
M lld/test/ELF/ppc32-call-stub-pic.s
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/lib/Target/PowerPC/PPCInstrHTM.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
M llvm/test/CodeGen/PowerPC/2009-09-18-carrybit.ll
M llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
M llvm/test/CodeGen/PowerPC/CompareEliminationSpillIssue.ll
M llvm/test/CodeGen/PowerPC/atomics-regression.ll
M llvm/test/CodeGen/PowerPC/crbits.ll
M llvm/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
M llvm/test/CodeGen/PowerPC/expand-contiguous-isel.ll
M llvm/test/CodeGen/PowerPC/expand-isel.ll
M llvm/test/CodeGen/PowerPC/f128-compare.ll
M llvm/test/CodeGen/PowerPC/fast-isel-binary.ll
M llvm/test/CodeGen/PowerPC/fold-remove-li.ll
M llvm/test/CodeGen/PowerPC/fold-zero.ll
M llvm/test/CodeGen/PowerPC/funnel-shift.ll
M llvm/test/CodeGen/PowerPC/handle-f16-storage-type.ll
M llvm/test/CodeGen/PowerPC/htm.ll
M llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
M llvm/test/CodeGen/PowerPC/i64_fp_round.ll
M llvm/test/CodeGen/PowerPC/ifcvt.ll
M llvm/test/CodeGen/PowerPC/inc-of-add.ll
M llvm/test/CodeGen/PowerPC/loop-instr-form-prepare.ll
M llvm/test/CodeGen/PowerPC/machine-pre.ll
M llvm/test/CodeGen/PowerPC/memcmp.ll
M llvm/test/CodeGen/PowerPC/mul-const.ll
M llvm/test/CodeGen/PowerPC/noPermuteFormasking.ll
M llvm/test/CodeGen/PowerPC/optcmp.ll
M llvm/test/CodeGen/PowerPC/optimize-andiso.ll
M llvm/test/CodeGen/PowerPC/pcrel-call-linkage-leaf.ll
M llvm/test/CodeGen/PowerPC/popcnt-zext.ll
M llvm/test/CodeGen/PowerPC/ppc-crbits-onoff.ll
M llvm/test/CodeGen/PowerPC/ppc64-P9-mod.ll
M llvm/test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
M llvm/test/CodeGen/PowerPC/pr44183.ll
M llvm/test/CodeGen/PowerPC/remove-redundant-load-imm.ll
M llvm/test/CodeGen/PowerPC/sat-add.ll
M llvm/test/CodeGen/PowerPC/select_const.ll
M llvm/test/CodeGen/PowerPC/setcc-logic.ll
M llvm/test/CodeGen/PowerPC/shift128.ll
M llvm/test/CodeGen/PowerPC/signbit-shift.ll
M llvm/test/CodeGen/PowerPC/sms-cpy-1.ll
M llvm/test/CodeGen/PowerPC/sms-phi-2.ll
M llvm/test/CodeGen/PowerPC/spe.ll
M llvm/test/CodeGen/PowerPC/srem-lkk.ll
M llvm/test/CodeGen/PowerPC/srem-vector-lkk.ll
M llvm/test/CodeGen/PowerPC/stack-guard-reassign.ll
M llvm/test/CodeGen/PowerPC/stack-realign.ll
M llvm/test/CodeGen/PowerPC/store-combine.ll
M llvm/test/CodeGen/PowerPC/sub-of-not.ll
M llvm/test/CodeGen/PowerPC/subc.ll
M llvm/test/CodeGen/PowerPC/subreg-postra.ll
M llvm/test/CodeGen/PowerPC/umulo-128-legalisation-lowering.ll
M llvm/test/CodeGen/PowerPC/urem-lkk.ll
M llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll
M llvm/test/CodeGen/PowerPC/use-cr-result-of-dom-icmp-st.ll
M llvm/test/CodeGen/PowerPC/vec-min-max.ll
M llvm/test/CodeGen/PowerPC/vsx.ll
M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-p8htm.txt
M llvm/test/MC/Disassembler/PowerPC/ppc64-encoding.txt
M llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding.txt
M llvm/test/MC/PowerPC/htm.s
M llvm/test/MC/PowerPC/ppc64-encoding.s
M llvm/test/MC/PowerPC/ppc64-operands.s
Log Message:
-----------
[PowerPC] Add some InstAlias definitions
Summary:
This patch add the InstAlias definitions for below instructions.
ADDI ADDIS ADDI8 ADDIS8
RLWINM8
ISEL ISEL8
OR OR_rec ORI ORI8 XORI8
CNTLZW8 CNTLZW8_rec
TEND TSR
RFEBB
NOR NOR_rec
MTCRF
SUBF SUBF_rec SUBFC SUBFC_rec
RLDICL_32_64
TW
Reviewed By: steven.zhang
Differential Revision: https://reviews.llvm.org/D77559
More information about the All-commits
mailing list