[llvm] Adding the support for vectorization of loops with load based tripcount (PR #209390)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 01:49:51 PDT 2026


================
@@ -0,0 +1,144 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6
----------------
artagnon wrote:

```suggestion
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
```

Would help get rid of unnecessary metadata checks. Similarly in other tests?

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


More information about the llvm-commits mailing list