[PATCH] D110822: [GVN] Simple GVN hoist - loads and stores

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 04:25:50 PDT 2021


chill updated this revision to Diff 381934.

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

https://reviews.llvm.org/D110822

Files:
  llvm/include/llvm/Analysis/MemorySSA.h
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/test/Analysis/ValueTracking/gep-negative-issue.ll
  llvm/test/Transforms/GVN/PRE/load-pre-align.ll
  llvm/test/Transforms/GVN/PRE/pre-single-pred.ll
  llvm/test/Transforms/GVN/PRE/volatile.ll
  llvm/test/Transforms/GVN/condprop.ll
  llvm/test/Transforms/GVN/simple-gvnhoist-loadstore.ll
  llvm/test/Transforms/GVN/simple-gvnhoist-scalars.ll
  llvm/test/Transforms/GVNHoist/hoist-inline.ll
  llvm/test/Transforms/InstMerge/st_sink_bugfix_22613.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110822.381934.patch
Type: text/x-patch
Size: 35819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/682faa39/attachment.bin>


More information about the llvm-commits mailing list