[PATCH] D138072: [llvm-reduce] Do not crash when accessing landingpads of invokes.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 16:02:45 PST 2022


arsenm added a comment.

If it's temporarily invalid as in will fall the verifier, probably should try to avoid getting there in the first place



================
Comment at: llvm/test/tools/llvm-reduce/invoke-with-missing-landingpad.ll:1
+; RUN: llvm-reduce --delta-passes=basic-blocks --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
+; RUN: FileCheck <%t %s
----------------
Should add -abort-on-invalid-reduction


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138072/new/

https://reviews.llvm.org/D138072



More information about the llvm-commits mailing list