[PATCH] D38586: SLPVectorizer.cpp: Ensure SLPVectorizer can visit each block by dominated order

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 7 18:24:04 PDT 2017


chapuni updated this revision to Diff 118146.
chapuni added a comment.

@dberlin, I got rid of std::stable_sort() itself. Confirmed all tests (with mine) passed.


Repository:
  rL LLVM

https://reviews.llvm.org/D38586

Files:
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/trunk/test/Transforms/SLPVectorizer/X86/visit-dominated.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38586.118146.patch
Type: text/x-patch
Size: 10640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171008/7a84b403/attachment.bin>


More information about the llvm-commits mailing list