[llvm] [LV] Add coverage for operand-bundles (PR #163417)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 16 02:47:52 PDT 2025


================
@@ -0,0 +1,235 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -p loop-vectorize -force-vector-width=8 -S %s | FileCheck %s
----------------
fhahn wrote:

probably sufficient to use a narrower width (perhaps 4?)

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


More information about the llvm-commits mailing list