[PATCH] D32564: AArch64: compress jump tables to minimum size needed to reach destinations

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 10:44:15 PDT 2018


t.p.northover added a comment.

Putting it in AArch64Subtarget.cpp also means you can't even in principle set it on a per-function basis without changing your CPU (which is icky).


Repository:
  rL LLVM

https://reviews.llvm.org/D32564





More information about the llvm-commits mailing list