[llvm] [Matrix][IR] Don't crash when verifying strides with more than 64 bits (PR #163729)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 16 03:47:02 PDT 2025


================
@@ -1,8 +1,7 @@
-; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
+; RUN: not opt -S %s -p verify 2>&1 | FileCheck %s
----------------
nikic wrote:

No need for explicit `-p verify`, it runs by default.

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


More information about the llvm-commits mailing list