[PATCH] D47775: [AArch64][SVE] Add SplatVector Intrinsic
Robin Kruppe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 04:24:39 PDT 2018
rkruppe added a comment.
I just realized the updated RFC doesn't touch on the issue at all, but I think it's safe to say we won't support globals of scalable vector type? Those seems impossible to implement in a sensible way for RISC-V, and if my memory and quick skim-reading is correct, it isn't part of the SVE C language extensions either. If that's correct, I'd expect the verifier to reject global variables whose type is a scalable vector.
https://reviews.llvm.org/D47775
More information about the llvm-commits
mailing list