[llvm] [RISCV] Support vwsll in combineBinOp_VLToVWBinOp_VL (PR #87620)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 15:46:45 PDT 2024


================
@@ -499,6 +497,27 @@ define <16 x i16> @vwsll_vv_v16i16_zext(<16 x i8> %a, <16 x i8> %b) {
 }
 
 define <16 x i16> @vwsll_vx_i64_v16i16(<16 x i8> %a, i64 %b) {
+; CHECK-ZVBB32-LABEL: vwsll_vx_i64_v16i16:
----------------
topperc wrote:

Committed 89ebb56152192e8ad535ddd11ae0f60334fd748a to resolve the conflict

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


More information about the llvm-commits mailing list