[PATCH] D133192: [LICM] Allow load-only scalar promotion in the presence of aliasing loads

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 07:12:17 PST 2022


nikic updated this revision to Diff 483175.
nikic edited the summary of this revision.
nikic added a comment.
Herald added a subscriber: kmitropoulou.

Rebase & ping


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

https://reviews.llvm.org/D133192

Files:
  llvm/include/llvm/Analysis/AliasSetTracker.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Analysis/AliasSetTracker.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/lib/Transforms/Scalar/LoopRerollPass.cpp
  llvm/test/Transforms/LICM/guards.ll
  llvm/test/Transforms/LICM/invariant.start.ll
  llvm/test/Transforms/LICM/promote-unknown-load.ll
  llvm/test/Transforms/LoopVectorize/invariant-store-vectorization.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133192.483175.patch
Type: text/x-patch
Size: 21707 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221215/7dc5a33f/attachment.bin>


More information about the llvm-commits mailing list