[PATCH] D109103: [ISEL][BitTestBlock] omit additional bit test when default destination is unreachable

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 1 15:59:21 PDT 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/CodeGen/X86/SwitchLowering.ll:68
+; 2 since the default BB of the switch is unreachable.
+define i32 @baz(i32 %0) {
+; CHECK-LABEL: baz:
----------------
Precommit please


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109103



More information about the llvm-commits mailing list