[llvm] [RISCV][Xqcilo] Load/Store Pseudos (PR #134931)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 8 14:51:44 PDT 2025
================
@@ -1186,6 +1186,23 @@ def PseudoLongQC_E_BGEI : LongBcciPseudo<simm16nonzero, 10>;
def PseudoLongQC_E_BLTUI : LongBcciPseudo<uimm16nonzero, 10>;
def PseudoLongQC_E_BGEUI : LongBcciPseudo<uimm16nonzero, 10>;
+// Load/Store predicates with QC.E.* Mnemonics. These expand to an AUIPC +
+// (Standard) Load/Store pairs, as this sequence can materialize all 32-bit
----------------
topperc wrote:
Do we need the word "pair" in these sentences? I only ask because "load/store pair" is the name of the Zilsd extension. So I briefly parsed the sentence wrong.
https://github.com/llvm/llvm-project/pull/134931
More information about the llvm-commits
mailing list