[PATCH] D113289: LICM: Hoist LOAD without STORE

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 24 07:18:45 PST 2021


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

- removed the option (so this is enabled always)
- reduced the test
- refactored the code a bit


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

https://reviews.llvm.org/D113289

Files:
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  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.389491.patch
Type: text/x-patch
Size: 37742 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211124/bbfbcbc8/attachment.bin>


More information about the llvm-commits mailing list