[PATCH] D118102: [LoopInterchange] Detect output dependency of a store instruction with itself

Congzhe Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 19:19:21 PST 2022


congzhe updated this revision to Diff 407746.
congzhe retitled this revision from "[LoopInterchange] WIP: Prevent interchange with unsafe control-flow divergence inside inner loops (PR48057)" to "[LoopInterchange] Detect output dependency of a store instruction with itself".
congzhe edited the summary of this revision.

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

https://reviews.llvm.org/D118102

Files:
  llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/test/Transforms/LoopInterchange/lcssa-preheader.ll
  llvm/test/Transforms/LoopInterchange/perserve-lcssa.ll
  llvm/test/Transforms/LoopInterchange/pr45743-move-from-inner-preheader.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118102.407746.patch
Type: text/x-patch
Size: 11716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220211/b145f254/attachment.bin>


More information about the llvm-commits mailing list