[llvm-branch-commits] [llvm] [VPlan] Implement VPlan-based unit-strideness speculation (PR #182595)

Andrei Elovikov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Jul 17 09:48:43 PDT 2026


https://github.com/eas commented:

@artagnon , thanks for the review! I think I've addressed or replied to all the comments. 

I'm trying to keep tests addition and the feature/tests update separated, so rebase is necessary to keep that. In particular, the latest update:

* Rebases to the current trunk
* Adds a test speculating two independent strides (to make sure combined predicate is handled properly)
* Addresses various review comments
* Switches SCEVPredicate expansion to be done on VPlan recipes instead of generating LLVM IR (also part of addressing review, but deserved to be a separate commit)

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


More information about the llvm-branch-commits mailing list