[PATCH] D143576: [LowerTypeTests] Support generating Armv6-M jump tables.
Oliver Stannard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 07:40:33 PST 2023
olista01 added a comment.
Could we move the whole of `createJumpTableEntry` (and `getJumpTableEntrySize`, maybe others) into `TargetTransformInfo`? That would move all of the existing target-specific code here into the respective backends, and avoid adding target-specific things to the interface of TargetTransformInfo`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143576/new/
https://reviews.llvm.org/D143576
More information about the llvm-commits
mailing list