[clang] [llvm] [RISCV] Add MIPS extensions (PR #121394)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 06:13:08 PST 2025


================
@@ -62,6 +62,15 @@ static cl::opt<unsigned> RISCVMinimumJumpTableEntries(
     "riscv-min-jump-table-entries", cl::Hidden,
     cl::desc("Set minimum number of entries to use a jump table on RISCV"));
 
+static cl::opt<bool>
+    UseLoadStorePairsOpt("riscv-load-store-pairs",
----------------
jrtc27 wrote:

I worry that this name is going to get confused with Zilsd

https://github.com/llvm/llvm-project/pull/121394


More information about the llvm-commits mailing list