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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 09:44:05 PST 2022


fhahn marked an inline comment as done.
fhahn added inline comments.


================
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
----------------
aeubanks wrote:
> fhahn wrote:
> > arsenm wrote:
> > > Should add -abort-on-invalid-reduction
> > Done, thanks!
> looks like this wasn't done
Missed to include this in the recent update, fixed in the committed version.


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