[llvm] [RISCV] Add commutative support for Qualcomm uC Xqcicm extension (PR #160653)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 00:17:43 PDT 2025
================
@@ -1023,6 +1023,37 @@ static void parseCondBranch(MachineInstr &LastInst, MachineBasicBlock *&Target,
Cond.push_back(LastInst.getOperand(1));
}
+static unsigned getReverseOpcode(unsigned Opcode) {
----------------
hchandel wrote:
Done.
https://github.com/llvm/llvm-project/pull/160653
More information about the llvm-commits
mailing list