[PATCH] D153316: [AArch64][SelectionDAG] fix infinite loop caused by legalizing & combining CONCAT_VECTORS
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 02:07:43 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/dag-combine-concat-vectors.ll:1
+; RUN: llc -mtriple=aarch64-none-eabi -mattr=+sve < %s
+; check whether commands above could exit normally rather than get stuck in the infinite loop
----------------
Add a FileCheck and run update_llc_test_checks to generate codegen to test
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153316/new/
https://reviews.llvm.org/D153316
More information about the llvm-commits
mailing list