[PATCH] D135137: [AggressiveInstCombine] Load merge the reverse load pattern of consecutive loads.
Asmaa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 3 02:28:25 PDT 2022
asmok-g added a comment.
In D135137#3900447 <https://reviews.llvm.org/D135137#3900447>, @bipmis wrote:
> In D135137#3899915 <https://reviews.llvm.org/D135137#3899915>, @eaeltsin wrote:
>
>> Here is the reproducer - https://godbolt.org/z/7bcjzfYK4
>
> Thanks for the test case. The issue likely is inserting the new merged load at a right insert point. I have done a patch to handle this. Can you please test the patch and confirm if this works correctly.
Hello,
This is blocking our releases in Google. I see the fix patch didn't have an update since Tuesday. Can you please give it higher priority ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135137/new/
https://reviews.llvm.org/D135137
More information about the llvm-commits
mailing list