[llvm] [VPlan] Materialize constant vector trip counts before final opts. (PR #142309)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 27 14:57:15 PDT 2025


================
@@ -90,29 +90,53 @@ for.end:
 }
 
 define i32 @constpre()  {
----------------
fhahn wrote:

Those were caused by not materializing when interleaving; update the patch and additional tests when only interleaving

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


More information about the llvm-commits mailing list