[llvm] [RISCV] Add ISel patterns for Xqcia instructions (PR #136548)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 21 23:29:39 PDT 2025


================
@@ -422,6 +422,15 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
   else if (!Subtarget.hasVendorXTHeadCondMov())
     setOperationAction(ISD::SELECT, XLenVT, Custom);
 
+  if (Subtarget.hasVendorXqcia()) {
----------------
hchandel wrote:

Added this check

https://github.com/llvm/llvm-project/pull/136548


More information about the llvm-commits mailing list