[llvm] [LV] Provide utility routine to find uncounted exit recipes (PR #152530)

Graham Hunter via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 16 07:16:58 PDT 2025


================
@@ -101,6 +101,16 @@ bool isUniformAcrossVFsAndUFs(VPValue *V);
 /// Returns the header block of the first, top-level loop, or null if none
 /// exist.
 VPBasicBlock *getFirstLoopHeader(VPlan &Plan, VPDominatorTree &VPDT);
+
+/// Returns the VPValue representing the uncountable exit comparison used by
+/// AnyOf if the recipes it depends on can be traced back to live-ins and
----------------
huntergr-arm wrote:

I've changed it to note that it stops at the addresses of non-masked loads.

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


More information about the llvm-commits mailing list