[PATCH] D143576: [LowerTypeTests] Support generating Armv6-M jump tables.

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 06:05:53 PST 2023


lenary added a comment.

I dislike adding this to the target-independent API - is there a way we can express this with a downcast to an arm-backend-specific class and query on it, rather than adding it globally?


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