[PATCH] D100485: [AArch64][SVE] Fix crash with icmp+select
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 15 03:18:08 PDT 2021
sdesmalen added a comment.
Thanks for the changes @CarolineConcatto
================
Comment at: llvm/test/CodeGen/AArch64/select-sve.ll:222
+
+define <vscale x 2 x i8> @icmp_select_nxv2i8(<vscale x 2 x i8> %a, <vscale x 2 x i8> %b, i64 %x0) {
+; CHECK-LABEL: icmp_select_nxv2i8
----------------
You can also remove the unpacked integer tests (e.g. `<vscale x [2|4|8] x i8>`, `<vscale x [2|4] x i16>`, <vscale x 2 x i32>`) as those types are promoted to a legal type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100485/new/
https://reviews.llvm.org/D100485
More information about the llvm-commits
mailing list