[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
Fri Sep 30 07:28:09 PDT 2022


nikic updated this revision to Diff 464275.
nikic added a comment.

Rebase, add early bailout for unpromotable mod-only sets.


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.464275.patch
Type: text/x-patch
Size: 21562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220930/7df9d0e1/attachment.bin>


More information about the llvm-commits mailing list