[PATCH] D144711: [DAGCombiner] don't reuse the pointer info for merged store

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 05:49:34 PST 2023


uabelho added a comment.

In D144711#4177887 <https://reviews.llvm.org/D144711#4177887>, @uabelho wrote:

> Hi,
>
> I'm seeing a miscompile for my out-of-tree target with this patch. I don't have a reproducer I can share and I'm not sure what is happening yet.
> It might very well be something we have broken downstream, but I want to give a heads-up in case other people see problems too.

And now I think it's indeed a downstream bug simply exposed by this patch.
Sorry for the noise!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144711



More information about the llvm-commits mailing list