[Openmp-commits] [PATCH] D107579: [Attributor]Fix PR51249: Stores from memory intrinsics incorrectly being replaced by undef

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 9 14:52:00 PDT 2021


jhuber6 added a comment.

In D107579#2935514 <https://reviews.llvm.org/D107579#2935514>, @ye-luo wrote:

> In D107579#2929342 <https://reviews.llvm.org/D107579#2929342>, @jhuber6 wrote:
>
>> I think there might be an underlying problem below this one. I'm going to continue looking through it.
>
> Does this patch have negative impact such that you are hesitating to land it and prefer investigating the underlying problem before landing?
> If not, could you please land this patch?

Yes, I think this treats a secondary effect. I can land a patch that specifically ignores this case temporarily just to get it to work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107579



More information about the Openmp-commits mailing list