[PATCH] D140863: llvm-reduce: Add reduction for invokes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 2 19:15:48 PST 2023


arsenm created this revision.
arsenm added reviewers: aeubanks, nikic, regehr.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

Main thing I was unsure about was to whether try to delete the now
dead landing blocks, or leave that for the unreachable block reduction.

      

Personality function is not reduced, but that should be a separate
reduction on the function.

      

Fixes #58815


https://reviews.llvm.org/D140863

Files:
  llvm/test/tools/llvm-reduce/reduce-invoke.ll
  llvm/tools/llvm-reduce/CMakeLists.txt
  llvm/tools/llvm-reduce/DeltaManager.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInvokes.cpp
  llvm/tools/llvm-reduce/deltas/ReduceInvokes.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140863.485904.patch
Type: text/x-patch
Size: 8841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/c4550724/attachment.bin>


More information about the llvm-commits mailing list