[PATCH] D77559: [PowerPC] Add some InstAlias definitions

Zhang Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 6 08:38:50 PDT 2020


ZhangKang created this revision.
ZhangKang added reviewers: PowerPC, kbarton, nemanjai, hfinkel, jsji, steven.zhang.
ZhangKang added a project: LLVM.
Herald added subscribers: shchenz, wuzish, MaskRay, hiraditya, emaste, qcolombet.
Herald added a reviewer: espindola.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D77559

Files:
  lld/test/ELF/ppc32-call-stub-pic.s
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrHTM.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/test/CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll
  llvm/test/CodeGen/PowerPC/2010-02-12-saveCR.ll
  llvm/test/CodeGen/PowerPC/CompareEliminationSpillIssue.ll
  llvm/test/CodeGen/PowerPC/atomics-regression.ll
  llvm/test/CodeGen/PowerPC/crbits.ll
  llvm/test/CodeGen/PowerPC/eqv-andc-orc-nor.ll
  llvm/test/CodeGen/PowerPC/fast-isel-binary.ll
  llvm/test/CodeGen/PowerPC/fold-zero.ll
  llvm/test/CodeGen/PowerPC/i1-ext-fold.ll
  llvm/test/CodeGen/PowerPC/ifcvt.ll
  llvm/test/CodeGen/PowerPC/inc-of-add.ll
  llvm/test/CodeGen/PowerPC/memcmp.ll
  llvm/test/CodeGen/PowerPC/popcnt-zext.ll
  llvm/test/CodeGen/PowerPC/ppc-crbits-onoff.ll
  llvm/test/CodeGen/PowerPC/ppc64-P9-vabsd.ll
  llvm/test/CodeGen/PowerPC/pr44183.ll
  llvm/test/CodeGen/PowerPC/remove-redundant-load-imm.ll
  llvm/test/CodeGen/PowerPC/sat-add.ll
  llvm/test/CodeGen/PowerPC/select_const.ll
  llvm/test/CodeGen/PowerPC/setcc-logic.ll
  llvm/test/CodeGen/PowerPC/sms-phi-2.ll
  llvm/test/CodeGen/PowerPC/spe.ll
  llvm/test/CodeGen/PowerPC/srem-lkk.ll
  llvm/test/CodeGen/PowerPC/stack-guard-reassign.ll
  llvm/test/CodeGen/PowerPC/stack-realign.ll
  llvm/test/CodeGen/PowerPC/sub-of-not.ll
  llvm/test/CodeGen/PowerPC/umulo-128-legalisation-lowering.ll
  llvm/test/CodeGen/PowerPC/urem-lkk.ll
  llvm/test/CodeGen/PowerPC/urem-vector-lkk.ll
  llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-ext.txt
  llvm/test/MC/Disassembler/PowerPC/ppc64-encoding-p8htm.txt
  llvm/test/MC/Disassembler/PowerPC/ppc64-encoding.txt
  llvm/test/MC/Disassembler/PowerPC/ppc64le-encoding.txt
  llvm/test/MC/PowerPC/htm.s
  llvm/test/MC/PowerPC/ppc64-encoding.s
  llvm/test/MC/PowerPC/ppc64-operands.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77559.255353.patch
Type: text/x-patch
Size: 61410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200406/89dbe9a6/attachment.bin>


More information about the llvm-commits mailing list