[llvm] [RISCV] Disable i1 fixed vectors with more than 1024 elements. (PR #133267)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 08:32:30 PDT 2025


================
@@ -0,0 +1,19477 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=riscv64 -mattr=+v,+zvl2048b | FileCheck %s
----------------
preames wrote:

This test is massive, and the output doesn't add much.  Maybe convert this into a crash only test (i.e. don't check the output)?

https://github.com/llvm/llvm-project/pull/133267


More information about the llvm-commits mailing list