[PATCH] D59883: Lower generic MASSV entries to PowerPC subtarget-specific entries
Jeeva P. via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 08:59:41 PDT 2019
pjeeva01 updated this revision to Diff 217660.
pjeeva01 added a comment.
Addressed review comments in this diff:
1. use -mattr instead of relying attributes on the caller; separate the tests to a separate .ll file
2. add -verify-machineinstrs to the run line
3. combine multiple check-prefix into one check-prefixes
4. remove datalayout and triple from the .ll file
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59883/new/
https://reviews.llvm.org/D59883
Files:
llvm/include/llvm/Analysis/VecFuncs.def
llvm/lib/Target/PowerPC/CMakeLists.txt
llvm/lib/Target/PowerPC/PPC.h
llvm/lib/Target/PowerPC/PPCLowerMASSVEntries.cpp
llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
llvm/test/CodeGen/PowerPC/lower-massv-attr.ll
llvm/test/CodeGen/PowerPC/lower-massv.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59883.217660.patch
Type: text/x-patch
Size: 27142 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/0397a41b/attachment.bin>
More information about the llvm-commits
mailing list