[llvm] [VPlan] Migrate VPBuilder to VPInsertPt fully (NFC) (PR #209764)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 07:16:56 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-vectorizers
Author: Ramkumar Ramachandra (artagnon)
<details>
<summary>Changes</summary>
There is already a VPInsertPoint in VPBuilder which is used just with InsertPointGuard. In order to share code, migrate VPBuilder to fully use VPInsertPoint as the canonical insertion point.
---
Full diff: https://github.com/llvm/llvm-project/pull/209764.diff
2 Files Affected:
- (modified) llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h (+62-68)
- (modified) llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp (+2-2)
``````````diff
The server is unavailable at this time. Please wait a few minutes before you try again.
``````````
</details>
https://github.com/llvm/llvm-project/pull/209764
More information about the llvm-commits
mailing list