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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
