[PATCH] D34160: [Power9] Exploit vinserth instruction
Graham Yiu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 18:39:15 PDT 2017
gyiu updated this revision to Diff 102768.
gyiu marked an inline comment as done.
gyiu added a comment.
- Added comments and demangled function names for LIT tests
- Added period to comment
- Fixed issue when one operand of the shufflevector is 'undef', in which case the PPCISDs we generate will use only the defined one.
- Initialize 'Swap' boolean
Repository:
rL LLVM
https://reviews.llvm.org/D34160
Files:
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/PowerPC/PPCInstrAltivec.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCInstrVSX.td
test/CodeGen/PowerPC/p9-vinsert-vextract.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34160.102768.patch
Type: text/x-patch
Size: 23357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170616/ea6be8bf/attachment.bin>
More information about the llvm-commits
mailing list