[clang] [llvm] [RISC-V] Add support for MIPS P8700 CPU (PR #117865)
Michael Maitland via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 09:55:33 PST 2024
================
@@ -62,6 +62,20 @@ 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>
----------------
michaelmaitland wrote:
Is this a duplicate of `EnableMISchedLoadStoreClustering` / `EnablePostMISchedLaodStoreClustering`?
https://github.com/llvm/llvm-project/pull/117865
More information about the cfe-commits
mailing list