[llvm] [RISCV] Add Tied operands to insert instructions in Qualcomm uC extension Xqcibm (PR #151339)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 09:00:06 PDT 2025
================
@@ -470,11 +477,26 @@ class QCIBitManipRII<bits<3> funct3, bits<2> funct2,
let Inst{24-20} = shamt;
}
+class QCIBitManipRIITied<bits<3> funct3, bits<2> funct2,
+ DAGOperand InTyRs1, string opcodestr>
----------------
topperc wrote:
Ident this line by 3 more spaces
https://github.com/llvm/llvm-project/pull/151339
More information about the llvm-commits
mailing list