[llvm] [LV] Improve the test coverage for strided access. nfc (PR #155981)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 01:08:47 PDT 2025


================
@@ -729,3 +1417,213 @@ loop:
 exit:
   ret void
 }
+
+define void @constant_stride_reinterpret(ptr noalias %in, ptr noalias %out) {
----------------
fhahn wrote:

might be good to add a comment to say that the ptr for `%in` strides by 32 bit, but its load accesses 64 bit?

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


More information about the llvm-commits mailing list