[llvm] [GISEL][RISCV] IRTranslator for scalable vector load (PR #80006)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 5 14:45:52 PST 2024
================
@@ -880,3 +880,25 @@ define <vscale x 2 x i64> @vload_nx2i64_align32(ptr %pa) {
ret <vscale x 2 x i64> %va
}
+define <vscale x 8 x i64*> @vload_nx8i64_ptrs(ptr %pa) {
----------------
michaelmaitland wrote:
`vscale x 8 x ptr`. You can probably add it to the same test file as all the other ones.
https://github.com/llvm/llvm-project/pull/80006
More information about the llvm-commits
mailing list