[PATCH] D64551: [X86] EltsFromConsecutiveLoads - support common source loads

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 05:10:59 PDT 2019


RKSimon added a comment.

> Is that what `if (LD->getChain() != Base->getChain()) return false;` does?

Yes, chains will handle these kinds of dependencies - do you want me to add that test ?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64551/new/

https://reviews.llvm.org/D64551





More information about the llvm-commits mailing list