[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 06:26:07 PDT 2024
================
@@ -727,6 +728,11 @@ class VPLiveOut : public VPUser {
PHINode *getPhi() const { return Phi; }
+ /// Live-outs are marked as only using the first part during the transtition
----------------
fhahn wrote:
Fixed thanks!
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list