[PATCH] D57759: [PowerPC] Code Cleanup Remove u1imm

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 09:05:23 PST 2019


stefanp created this revision.
stefanp added reviewers: nemanjai, lei, hfinkel.
Herald added subscribers: jsji, kbarton, hiraditya.

The type i1imm serves the same purpose as u1imm. Both types are not required.

This patch removes the u1imm type.


https://reviews.llvm.org/D57759

Files:
  llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp
  llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp
  llvm/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.h
  llvm/lib/Target/PowerPC/PPCInstr64Bit.td
  llvm/lib/Target/PowerPC/PPCInstrAltivec.td
  llvm/lib/Target/PowerPC/PPCInstrHTM.td
  llvm/lib/Target/PowerPC/PPCInstrInfo.td
  llvm/lib/Target/PowerPC/PPCInstrVSX.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57759.185325.patch
Type: text/x-patch
Size: 8162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190205/1743ac60/attachment.bin>


More information about the llvm-commits mailing list