[llvm] [RISCV] Support vwsll in combineBinOp_VLToVWBinOp_VL (PR #87620)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 15:51:13 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:
----------------
lukel97 wrote:
I missed that the rv32 and rv64 cases differed when precommitting these tests. Will rebase on 89ebb56152192e8ad535ddd11ae0f60334fd748a, thanks for splitting that out
https://github.com/llvm/llvm-project/pull/87620
More information about the llvm-commits
mailing list