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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 15:09:54 PST 2023


efriedma added a comment.

Maybe a silly question, but can you mix ARM and Thumb entries in the table?  You can switch between ARM and Thumb mode using assembler directives.  And I don't see any obvious reason the entries need to agree on Thumb-ness; they just need to be independently callable.


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