[llvm] [TableGen] Simplify generated code for isSubclass (PR #117351)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 10:34:02 PST 2024


michaelmaitland wrote:

IIUC we could have two nested switches (constant time lookup), but now we are using binary search (logarithmic time lookup). Will this cause any time related regressions?

https://github.com/llvm/llvm-project/pull/117351


More information about the llvm-commits mailing list