[llvm] [VPlan] Migrate VPBuilder to VPInsertPt fully (NFC) (PR #209764)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 04:42:39 PDT 2026
================
@@ -25,13 +25,13 @@
#define LLVM_TRANSFORMS_VECTORIZE_LOOPVECTORIZATIONPLANNER_H
#include "VPlan.h"
-#include "llvm/ADT/SmallSet.h"
----------------
artagnon wrote:
Just noting here that small unrelated improvements like this would never happen independently, as it's not worth anyone's time to create a PR and review changes like these. Reverted for now.
https://github.com/llvm/llvm-project/pull/209764
More information about the llvm-commits
mailing list