Added more remarks to SLP pass, in particular "missed" optimization remarks.
Also proposed 2 tests which I was able to easily convert from our specific tests.
For reference see: https://reviews.llvm.org/rL302811
Paths
| Differential D38345
[SLP] Added more missed optimiazation remarks AbandonedPublic Authored by miloserd on Sep 28 2017, 12:50 AM.
Details Summary Added more remarks to SLP pass, in particular "missed" optimization remarks. For reference see: https://reviews.llvm.org/rL302811
Diff Detail
Event TimelineComment Actions Thanks for your patch! Please include the full context for the diff and add llvm-commits as subscriber; that should be done when creating the review, otherwise the mailing list does not get the complete picture. See http://llvm.org/docs/Phabricator.html for more details. I've also added some comments about style.
Comment Actions
Please start a new review cc'ing llvm-commit (from the get-go). Comment Actions
Ok, done. https://reviews.llvm.org/D38367
Revision Contents
Diff 117004 lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/remark_horcost.ll
test/Transforms/SLPVectorizer/X86/remark_listcost.ll
test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll
test/Transforms/SLPVectorizer/X86/remark_unsupported.ll
|
Line too long?