[PATCH] D137103: [LegacyPM] Port example pass SimplifyCFG to new PM

Sebastian Peryt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 12:35:59 PDT 2022


speryt created this revision.
speryt added a reviewer: aeubanks.
Herald added a project: All.
speryt requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

This is part of effort in removing -enable-new-pm flag.
As a prat of this effort one of example passes SimplifyCFG must
be ported to new PM which will allow to remove the flag
calls from the tests that are using this pass.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137103

Files:
  llvm/examples/IRTransforms/CMakeLists.txt
  llvm/examples/IRTransforms/SimplifyCFG.cpp
  llvm/examples/IRTransforms/SimplifyCFG.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137103.472100.patch
Type: text/x-patch
Size: 3698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/881a9058/attachment.bin>


More information about the llvm-commits mailing list