[llvm] [VPlan] Implement VPlan-based unit-strideness speculation (PR #182595)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 01:14:47 PDT 2026
================
@@ -70,51 +77,9 @@ exit:
ret void
}
+; Unit-stride speculation isn't even attempted, so no VPlan dumps.
+; CHECK-NOT: @basic_optsize
----------------
fhahn wrote:
How do the scripts handle this? If there are any issues, it may be better to move to a separate file
https://github.com/llvm/llvm-project/pull/182595
More information about the llvm-commits
mailing list