[PATCH] D109760: [GVN] Simple GVN hoist

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 08:40:49 PDT 2021


chill updated this revision to Diff 372492.

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

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.372492.patch
Type: text/x-patch
Size: 31442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210914/782b93eb/attachment.bin>


More information about the llvm-commits mailing list