[llvm] LoopVectorize/{X86, AArch64}: add test for crash in #72969 (PR #74111)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 12 10:05:45 PST 2023


================
@@ -0,0 +1,26 @@
+; RUN: not --crash opt -passes=loop-vectorize -S < %s
+
+target triple = "x86_64-unknown-linux-gnu"
----------------
fhahn wrote:

Ah right, I don't think it's necessary to duplicate the test, having it X86 only is fine.

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


More information about the llvm-commits mailing list