[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
Fri Mar 4 09:56:55 PST 2022


congzhe updated this revision to Diff 413052.
congzhe added a comment.

Fixed an error in my previous update.


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.413052.patch
Type: text/x-patch
Size: 12736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220304/df840914/attachment.bin>


More information about the llvm-commits mailing list