Jump tables cannot be generated yet, due to missing support for emitting
local addresses.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. Thanks!
In future maybe we should set the minimum number of entries to use a jump table according to benchmark.
Comment Actions
Of course. RISCV uses 5 but they didn't provide justification for the choice, we could initially use 5 too but revisit this once benchmark data is ready.