[PATCH] D85233: [GlobalISel] Implement bit-test switch table optimization
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 07:52:34 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-switch-bittest.ll:132
+ ret void
+}
----------------
Can you add a few degenerate cases with 1 and 2 switch cases (and 0 if that's even accepted).
I also don't think any of these hit the omit-branch-to-next block case
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85233/new/
https://reviews.llvm.org/D85233
More information about the llvm-commits
mailing list