[PATCH] Extend SLPVectorizer for cases where insertelement instructions must be rescheduled
Nadav Rotem
nrotem at apple.com
Thu Mar 27 10:02:02 PDT 2014
Also,
if (std::find(Rdx->begin(), Rdx->end(), UserInst) != Rdx->end())
continue;
You can use X.count(y) to search inside a set.
http://llvm-reviews.chandlerc.com/D3143
More information about the llvm-commits
mailing list