[llvm] [LAA] Pre-commit tests exercising different types (PR #151091)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 29 08:28:45 PDT 2025


================
@@ -262,3 +262,220 @@ loop:
 exit:
   ret void
 }
+
+define void @different_type_sizes_strided_accesses_independent(ptr %dst) {
----------------
fhahn wrote:

It might be worth adding a few brief comments + TODO for the cases we can optimize.

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


More information about the llvm-commits mailing list