[llvm] VPlan: thread plan to VPBuilder (NFC) (PR #125364)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 09:12:03 PST 2025


================
@@ -83,13 +88,6 @@ class VPBuilder {
   VPBasicBlock *getInsertBlock() const { return BB; }
----------------
artagnon wrote:

I already tried that, but it is unreliable, and I get crashes due to the insertion point not being set.

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


More information about the llvm-commits mailing list