[PATCH] D131920: llvm-reduce: call simplifyCFG on individual basic blocks

John Regehr via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 13:54:11 PDT 2022


regehr created this revision.
regehr added reviewers: aeubanks, arsenm.
Herald added a subscriber: mgorny.
Herald added a project: All.
regehr requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

this pass calls simplifyCFG on individual basic blocks; we want this
so that we can reduce away incidental parts of the CFG in cases where
the full simplifyCFG pass would make the test case uninteresting


https://reviews.llvm.org/D131920

Files:
  llvm/test/tools/llvm-reduce/simplify-cfg.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.cpp
  llvm/tools/llvm-reduce/deltas/ReduceUsingSimplifyCFG.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131920.452779.patch
Type: text/x-patch
Size: 4900 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220815/126feb41/attachment.bin>


More information about the llvm-commits mailing list