[PATCH] D113289: LICM: Hoist LOAD without STORE

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 26 02:46:08 PST 2021


djtodoro updated this revision to Diff 389963.
djtodoro added a comment.

- Simplify the code a bit
- Address comments


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

https://reviews.llvm.org/D113289

Files:
  llvm/include/llvm/Transforms/Utils/SSAUpdater.h
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/lib/Transforms/Utils/SSAUpdater.cpp
  llvm/test/Transforms/InstMerge/st_sink_bugfix_22613.ll
  llvm/test/Transforms/LICM/hoist-load-without-store.ll
  llvm/test/Transforms/LICM/promote-capture.ll
  llvm/test/Transforms/LICM/scalar-promote-memmodel.ll
  llvm/test/Transforms/LICM/scalar-promote.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113289.389963.patch
Type: text/x-patch
Size: 34266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211126/700ba36c/attachment.bin>


More information about the llvm-commits mailing list