[llvm] [RISCV] Add ISel patterns for Qualcomm uC Xqcicli extension (PR #148121)
Sudharsan Veeravalli via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 11 08:57:14 PDT 2025
================
@@ -1485,6 +1501,36 @@ def : QCIMVCCIPat <SETLT, QC_MVLTI, simm5>;
def : QCIMVCCIPat <SETULT, QC_MVLTUI, uimm5>;
}
+let Predicates = [HasVendorXqcicli, HasVendorXqcicsOrXqcicm, IsRV32] in {
----------------
svs-quic wrote:
Why do we need this?
https://github.com/llvm/llvm-project/pull/148121
More information about the llvm-commits
mailing list