[clang] [clang][bytecode] Only count taken jumps as steps (PR #201845)
Timm Baeder via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 5 21:46:21 PDT 2026
tbaederr wrote:
> That said, why are we doing a linear search over case conditions? It seems like the sort of thing that we could resolve with a better data structure.
I wouldn't expect this to happen in actual codegen, but we don't do anything like that at compile time.
https://github.com/llvm/llvm-project/pull/201845
More information about the cfe-commits
mailing list