[PATCH] D97828: [LoopInterchange] Disallow interchange when memory accesses are guarded by control flow (PR48057)

Ta-Wei Tu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 5 10:26:04 PST 2021


TaWeiTu added a comment.

In D97828#2607047 <https://reviews.llvm.org/D97828#2607047>, @fhahn wrote:

> Is this fixing a similar issue to D91228 <https://reviews.llvm.org/D91228> /D87879 <https://reviews.llvm.org/D87879>?

Yes, the intention is the same.
I didn't know about these patches before, and I just test the reproducer PR47523 (the one D87879 <https://reviews.llvm.org/D87879> is trying to address) against my patch, and the issue is indeed resolved (D91228 <https://reviews.llvm.org/D91228> is addressing the exact same PR as this one does).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97828



More information about the llvm-commits mailing list