[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 Dec 16 07:22:18 PST 2022


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

Fix unit test


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
  llvm/unittests/Analysis/AliasSetTrackerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133192.483535.patch
Type: text/x-patch
Size: 22236 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221216/1bedd401/attachment.bin>


More information about the llvm-commits mailing list