[PATCH] D131132: a better fix for llvm-reduce's basicblock pass

John Regehr via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 17:36:50 PDT 2022


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

the fix I submitted yesterday fixed all cases I had seen but missed other cases, that are now fixed by this patch. I'm fairly sure this is now solid.


https://reviews.llvm.org/D131132

Files:
  llvm/test/tools/llvm-reduce/remove-bbs-illegal2.ll
  llvm/tools/llvm-reduce/deltas/ReduceBasicBlocks.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131132.449842.patch
Type: text/x-patch
Size: 3416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220804/5a361e97/attachment.bin>


More information about the llvm-commits mailing list