[llvm] [RISCV][CG]Use processShuffleMasks for per-register shuffles (PR #120803)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 2 08:16:26 PST 2025
================
@@ -168,12 +168,11 @@ define <4 x i64> @m2_splat_into_slide_two_source_v2_lo(<4 x i64> %v1, <4 x i64>
define <4 x i64> @m2_splat_into_slide_two_source(<4 x i64> %v1, <4 x i64> %v2) vscale_range(2,2) {
; CHECK-LABEL: m2_splat_into_slide_two_source:
; CHECK: # %bb.0:
-; CHECK-NEXT: vsetivli zero, 1, e8, mf8, ta, ma
----------------
alexey-bataev wrote:
There are at least 3 tests, which check the functionality, just the changes are in this one.
https://github.com/llvm/llvm-project/pull/120803
More information about the llvm-commits
mailing list