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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 4 03:29:46 PDT 2025


================
@@ -262,3 +262,243 @@ loop:
 exit:
   ret void
 }
+
+; The type-size of the source is different from that of the sink,
+; and the dependence distance is 10.
----------------
fhahn wrote:

can you also add a test case where the store size is > than then dependence distance, e.g. store i128 for the test here

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


More information about the llvm-commits mailing list