[clang] [llvm] [RISCV] Add MIPS extensions (PR #121394)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 31 09:38:39 PST 2024
================
@@ -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",
----------------
topperc wrote:
Why is this off by default?
https://github.com/llvm/llvm-project/pull/121394
More information about the llvm-commits
mailing list