[PATCH] D64814: [NFC]Change ADDIStocHA to ADDIStocHA8 to follow 64-bit naming convention

Xiangling Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 11:59:14 PDT 2019


Xiangling_L created this revision.
Xiangling_L added reviewers: sfertile, jsji.
Xiangling_L added a project: LLVM.
Herald added subscribers: llvm-commits, asbirlea, MaskRay, kbarton, hiraditya, nemanjai.

Since we are planning to add ADDIStocHA for 32bit in later patch, we decided to change 64bit one first to follow naming convention with 8 behind opcode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D64814

Files:
  llvm/lib/Target/PowerPC/P9InstrResources.td
  llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
  llvm/lib/Target/PowerPC/PPCFastISel.cpp
  llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
  llvm/test/CodeGen/PowerPC/2013-07-01-PHIElimBug.mir
  llvm/test/CodeGen/PowerPC/aantidep-def-ec.mir
  llvm/test/CodeGen/PowerPC/licm-tocReg.ll
  llvm/test/CodeGen/PowerPC/no-rlwimi-trivial-commute.mir
  llvm/test/CodeGen/PowerPC/remove-copy-crunsetcrbit.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64814.210145.patch
Type: text/x-patch
Size: 11274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/a09a1e53/attachment.bin>


More information about the llvm-commits mailing list