[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
Tue Dec 20 01:03:03 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG88419a30a02d: [LICM] Allow load-only scalar promotion in the presence of aliasing loads (authored by nikic).

Changed prior to commit:
  https://reviews.llvm.org/D133192?vs=483535&id=484179#toc

Repository:
  rG LLVM Github Monorepo

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.484179.patch
Type: text/x-patch
Size: 22297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221220/9b27ed5c/attachment.bin>


More information about the llvm-commits mailing list