[PATCH] D80139: [CodeGen][SVE] CopyToReg: Split scalable EVTs that are not powers of 2
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 05:55:01 PDT 2020
c-rhodes added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-breakdown-scalable-vectortype.ll:51
+
+define <vscale x 4 x i64> @wide_4i64(i1 %b, <vscale x 14 x i8> %legal, <vscale x 4 x i64> %illegal) nounwind {
+; CHECK-LABEL: wide_4i64
----------------
do you mean `<vscale x 16 x i8> %legal`? (and below)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80139/new/
https://reviews.llvm.org/D80139
More information about the llvm-commits
mailing list