[PATCH] D116895: Fix a missed opportunity to optimize consecutive stores.
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 3 13:22:35 PST 2022
bjope added a comment.
In D116895#3294189 <https://reviews.llvm.org/D116895#3294189>, @nadav wrote:
> Hi Björn. Thank you for looking into this bug and reproducing the problem on aarch64. It sounds like you found the underlying issue in checkMergeStoreCandidatesForDependencies. Do you need help with anything?
Well, I proposed a fix here: D118943 <https://reviews.llvm.org/D118943>
I haven't really thought much about alternative solutions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116895/new/
https://reviews.llvm.org/D116895
More information about the llvm-commits
mailing list