[llvm] r297695 - In visitSTORE, always use FindBetterChain, rather than only when UseAA is enabled.

Nirav Davé via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 20:21:00 PDT 2017


Can you give me the unreduced test? This one appears to be fine. I suspect
the issue here is that the unreduced test is sufficiently complex that
FindBetterChain gives up and fails to improve the chains of the stores.
leaving the stores in a chain sequence which we won't catch as is.

I have a patch in review that should fix the issue (
https://reviews.llvm.org/D31068) and I've held back on reverting the change
for now.

-Nirav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170316/b103fad3/attachment.html>


More information about the llvm-commits mailing list