[PATCH] D118562: [AArch64] Allow copying of SVE registers in Streaming SVE
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 09:35:32 PST 2022
CarolineConcatto added a comment.
Just to check, this change depends on https://reviews.llvm.org/D118561. Correct?
That is the reason your tests are failing for now.
LLVM ERROR: Don't know how to legalize this scalable vector type
I think you need to use git-clang-format.
================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-create-tuple.ll:7
-define <vscale x 16 x i8> @test_svcreate2_s8_vec0(i1 %p, <vscale x 16 x i8> %z0, <vscale x 16 x i8> %z1) local_unnamed_addr #0 {
; CHECK-LABEL: test_svcreate2_s8_vec0:
----------------
I guess this is just to leave a cleaner test. Correct?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118562/new/
https://reviews.llvm.org/D118562
More information about the llvm-commits
mailing list