[PATCH] D92097: [RISCV] Basic jump table lowering
Sam Elliott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 11 02:46:25 PST 2020
lenary accepted this revision.
lenary added a comment.
Cool. I think we can tweak the threshold later, but this should start us in a reasonable place. Thanks for your patience, I'm happy for this to land.
The previous discussion pointed out that GCC's default threshold on RISC-V was 5 (thanks @kito-cheng for the link). We match that here, so that should avoid the worst of the performance regressions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92097/new/
https://reviews.llvm.org/D92097
More information about the llvm-commits
mailing list