[llvm] [VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (PR #109975)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Oct 27 14:41:44 PDT 2024
    
    
  
================
@@ -202,7 +202,6 @@ class VPUser {
   /// Subclass identifier (for isa/dyn_cast).
   enum class VPUserID {
     Recipe,
-    LiveOut,
   };
----------------
ayalz wrote:
Perhaps better clean this up for now, to avoid false pretense it is in use, and reintroduce if/when desired (for VF/TC).
https://github.com/llvm/llvm-project/pull/109975
    
    
More information about the llvm-commits
mailing list