[PATCH] D52816: [AArch64] Create proper memoperand for multi-vector stores

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 09:40:36 PDT 2018


nickdesaulniers added a comment.

I don't have a complete solution for you, but for trying to come up with smaller cases when compiling larger code bases, I've had a lot of success and am a big fan of creduce <https://embed.cs.utah.edu/creduce/>.  Also, it might be interesting to see if the original author of this line left context for _why_ this loop starts at 1 rather than 0 in their commit message.  With a git checkout, you can find the commit that last touched this (which isn't necessarily the commit that added it) via `git blame <file> -L <line number>`.  Then with that sha of the commit, `git show <sha>`. Might have more information.


Repository:
  rL LLVM

https://reviews.llvm.org/D52816





More information about the llvm-commits mailing list