[llvm] [LV] Check if the VF is scalar by VFRange instead of VPlan in `handleUncountableEarlyExit` NFC. (PR #135294)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 00:58:45 PDT 2025


================
@@ -17,6 +17,7 @@
 #include "VPlanAnalysis.h"
 #include "VPlanCFG.h"
 #include "VPlanDominatorTree.h"
+#include "VPlanHelpers.h"
----------------
sdesmalen-arm wrote:

sorry, just noticed this. Is this include necessary?

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


More information about the llvm-commits mailing list