[PATCH] D109760: [GVN] Simple GVN hoist

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 06:35:20 PDT 2021


chill created this revision.
Herald added subscribers: mgrang, hiraditya.
chill requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

TBD


https://reviews.llvm.org/D109760

Files:
  llvm/include/llvm/Transforms/Scalar/GVN.h
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/test/Analysis/TypeBasedAliasAnalysis/gvn-nonlocal-type-mismatch.ll
  llvm/test/Transforms/GVN/PRE/load-pre-align.ll
  llvm/test/Transforms/GVN/PRE/local-pre.ll
  llvm/test/Transforms/GVN/PRE/phi-translate.ll
  llvm/test/Transforms/GVN/PRE/pre-basic-add.ll
  llvm/test/Transforms/GVN/PRE/pre-load.ll
  llvm/test/Transforms/GVN/PRE/pre-no-cost-phi.ll
  llvm/test/Transforms/GVN/PRE/pre-poison-add.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/freeze.ll
  llvm/test/Transforms/GVN/gc_relocate.ll
  llvm/test/Transforms/GVN/simple-gvnhoist.ll
  llvm/test/Transforms/GVNHoist/hoist-inline.ll
  llvm/test/Transforms/InstCombine/phi-equal-incoming-pointers.ll
  llvm/test/Transforms/InstMerge/st_sink_bugfix_22613.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109760.372471.patch
Type: text/x-patch
Size: 31914 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210914/725e2e80/attachment.bin>


More information about the llvm-commits mailing list