[PATCH] D135137: [AggressiveInstCombine] Load merge the reverse load pattern of consecutive loads.

Biplob Mishra via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 15:14:21 PDT 2022


bipmis added a comment.

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.


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