[llvm] [VPlan] Add transformation to narrow interleave groups. (PR #106441)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 11:25:19 PDT 2024


================
@@ -714,6 +714,7 @@ void VPlanTransforms::optimizeForVFAndUF(VPlan &Plan, ElementCount BestVF,
   // TODO: Further simplifications are possible
   //      1. Replace inductions with constants.
   //      2. Replace vector loop region with VPBasicBlock.
+  //
----------------
fhahn wrote:

Removed, thanks!

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


More information about the llvm-commits mailing list