[llvm] [RISCV][GISEL] instruction-select for G_SPLAT_VECTOR (PR #111193)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 06:58:33 PDT 2024
================
@@ -67,7 +67,428 @@ define <vscale x 64 x i1> @splat_zero_nxv64i1() {
ret <vscale x 64 x i1> zeroinitializer
}
+define <vscale x 1 x i8> @splat_zero_nxv1i8() {
----------------
michaelmaitland wrote:
added requested tests.
https://github.com/llvm/llvm-project/pull/111193
More information about the llvm-commits
mailing list