[llvm] [VPlan] Implement interleaving as VPlan-to-VPlan transform. (PR #95842)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 3 15:24:32 PDT 2024
================
@@ -3145,6 +3167,8 @@ class VPlan {
/// Represents the loop-invariant VF * UF of the vector loop region.
VPValue VFxUF;
+ VPValue VF;
----------------
ayalz wrote:
Outside users as in preheader should be able to retrieve it from the loop region.
If code is emitted to generate VF it should be placed carefully, in the preheader...
https://github.com/llvm/llvm-project/pull/95842
More information about the llvm-commits
mailing list