[llvm] [CodeGen][AArch64] Set min jump table entries to 13 for AArch64 targets (PR #71166)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 00:57:27 PST 2023


david-arm wrote:

> Now that you're making `MinimumJumpTableEntries` a per function property perhaps it’s better stored in `AArch64Subtarget` and then you don’t need to change the existing `getMinimumJumpTableEntries` interface. This will be more in keeping with how other per function settings are handled.

Done!

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


More information about the llvm-commits mailing list