[PATCH] D16110: [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic

Chuang-Yu Cheng via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 13 00:36:29 PST 2016


cycheng updated this revision to Diff 44714.
cycheng added a comment.

Changes:

- Follow naming convention to rename global and local instruction forms
- Add pattern parameter for local defined instruction forms
- Move new definitions to the end of file
- Fix http://reviews.llvm.org/P9 position

Unresolved issue:

- Why the VMX register class? => CY: Please read my reply


http://reviews.llvm.org/D16110

Files:
  lib/Target/PowerPC/PPC.td
  lib/Target/PowerPC/PPCInstrFormats.td
  lib/Target/PowerPC/PPCInstrVSX.td
  lib/Target/PowerPC/PPCSubtarget.cpp
  lib/Target/PowerPC/PPCSubtarget.h
  test/MC/Disassembler/PowerPC/vsx.txt
  test/MC/PowerPC/vsx.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16110.44714.patch
Type: text/x-patch
Size: 12384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160113/b60c2719/attachment.bin>


More information about the llvm-commits mailing list