[llvm] [VPlan] Introduce scalar loop header in plan, remove VPLiveOut. (PR #109975)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 12:27:29 PDT 2024


================
@@ -202,7 +202,6 @@ class VPUser {
   /// Subclass identifier (for isa/dyn_cast).
   enum class VPUserID {
     Recipe,
-    LiveOut,
   };
----------------
fhahn wrote:

Dropped, thanks! Also helps to simplify code in multiple places by replacing dyn_casts with casts

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


More information about the llvm-commits mailing list