[PATCH] D50925: [LICM] Hoist stores of invariant values to invariant addresses out of loops

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 14:50:44 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL340974: [LICM] Hoist stores of invariant values to invariant addresses out of loops (authored by reames, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50925?vs=161979&id=163199#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50925

Files:
  llvm/trunk/lib/Analysis/AliasSetTracker.cpp
  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
  llvm/trunk/test/Transforms/LICM/atomics.ll
  llvm/trunk/test/Transforms/LICM/funclet.ll
  llvm/trunk/test/Transforms/LICM/promote-order.ll
  llvm/trunk/test/Transforms/LICM/store-hoisting.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50925.163199.patch
Type: text/x-patch
Size: 8360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/3aedcff7/attachment.bin>


More information about the llvm-commits mailing list