[PATCH] D32101: Skip bitcasts while looking for GEP in LoadStoreVectorizer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 16:25:30 PDT 2017


arsenm added a comment.

I don't think this should be needed? Is this representative of the case where you saw this as a problem? If I run this testcase through-separate-const-offset-from-gep first it handles it. This and other cases are expected to be cleaned up by that first


Repository:
  rL LLVM

https://reviews.llvm.org/D32101





More information about the llvm-commits mailing list