[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
================
@@ -257,6 +257,146 @@ def simm12 : RISCVSImmLeafOp<12> {
}];
}
+// A 7-bit unsigned immediate where the least significant two bits are zero.
----------------
topperc wrote:
Why do these need to move? RISCVInstrInfoXMips.td is included after RISCVInstrInfoC.td
https://github.com/llvm/llvm-project/pull/121394
More information about the llvm-commits
mailing list