[PATCH] D119252: [AArch64][SVE] Fix selection failure during lowering of shuffle_vector
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 8 08:27:40 PST 2022
bsmith added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-shuffle-crash.ll:1
+; RUN: llc < %s
+
----------------
david-arm wrote:
> Hi @bsmith, there don't seem to be any CHECK lines here. Could you add some please using the llvm/utils/update_llc_test_checks.py script?
I intentionally didn't put any in here, the resulting codegen is large and uninteresting in this case, the failure mode is a crash which will be caught regardless.
I can put some in though if you think it would be valuable?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119252/new/
https://reviews.llvm.org/D119252
More information about the llvm-commits
mailing list