[llvm] [LV] Check if the VF is scalar by VFRange instead of VPlan in `handleUncountableEarlyExit` NFC. (PR #135294)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 11 01:28:18 PDT 2025
================
@@ -17,6 +17,7 @@
#include "VPlanAnalysis.h"
#include "VPlanCFG.h"
#include "VPlanDominatorTree.h"
+#include "VPlanHelpers.h"
----------------
ElvisWang123 wrote:
Yes, struct `VFRange` is under `VPlanHelpers.h`.
https://github.com/llvm/llvm-project/pull/135294
More information about the llvm-commits
mailing list