[PATCH] D72752: [GVN] add GVN parameters parsing to new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 23:59:00 PST 2020


fedor.sergeev created this revision.
fedor.sergeev added reviewers: skatkov, asbirlea.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Introduce parsing, add a few instances of parameter use into GVN-PRE tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72752

Files:
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/test/Transforms/GVN/PRE/load-pre-align.ll
  llvm/test/Transforms/GVN/PRE/local-pre.ll
  llvm/test/Transforms/GVN/PRE/pre-basic-add.ll
  llvm/test/Transforms/GVN/PRE/pre-gep-load.ll
  llvm/test/Transforms/GVN/PRE/pre-load.ll
  llvm/test/Transforms/GVN/PRE/pre-single-pred.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72752.238181.patch
Type: text/x-patch
Size: 4816 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200115/9db75423/attachment.bin>


More information about the llvm-commits mailing list