[PATCH] D140862: llvm-reduce: Fix invalid reductions for exceptions, tokens and swifterror

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


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

Copies the same special cases that bugpoint uses. Technically the
token condition is stricter than what the verifier enforces.

Part 1 of #58815


https://reviews.llvm.org/D140862

Files:
  llvm/test/tools/llvm-reduce/reduce-instructions-swifterror.ll
  llvm/test/tools/llvm-reduce/reduce-instructions-token-preallocated.ll
  llvm/test/tools/llvm-reduce/reduce-instructions-token.ll
  llvm/test/tools/llvm-reduce/remove-invoked-functions.ll
  llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp

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


More information about the llvm-commits mailing list