[llvm] [RISCV] Add ISel patterns for Xqciac QC_SHLADD instruction (PR #148256)

Sudharsan Veeravalli via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 11 11:35:46 PDT 2025


================
@@ -269,3 +266,174 @@ entry:
   %add = add nsw i32 %mul, %a
   ret i32 %add
 }
+
+define dso_local i32 @shladd(i32 %a, i32 %b) local_unnamed_addr #0 {
----------------
svs-quic wrote:

All the test outputs related to QC_SHLADD are wrong as well. I'll fix them tomorrow.

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


More information about the llvm-commits mailing list