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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 02:25:58 PST 2023


nikic added a comment.

> 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.

Especially as it runs directly afterwards, seems fine to leave them for the dedicated pass...



================
Comment at: llvm/test/tools/llvm-reduce/reduce-invoke.ll:24
+; RESULT-FULL: %i0 = call i32 @maybe_throwing_callee()
+; RESULT-NEXTg: br label %bb3
+
----------------
Broken check line


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

https://reviews.llvm.org/D140863



More information about the llvm-commits mailing list