[PATCH] D134600: [RISCV][LLD] Add RISCV zcmt optimise in linker relaxation

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 10:31:42 PDT 2022


craig.topper added inline comments.


================
Comment at: lld/ELF/Options.td:321
+def riscv_tbljal: F<"riscv-tbljal">,
+  HelpText<"(RISCV only) Enable table jump instructions from the Zce extension">;
+
----------------
RISCV-> RISC-V


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134600/new/

https://reviews.llvm.org/D134600



More information about the llvm-commits mailing list