[llvm] [VPlan] Extract reverse interleave pointer adjustment into VPReverseInterleavePtrRecipe (PR #144864)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 20 03:33:48 PDT 2025
================
@@ -1796,6 +1798,53 @@ class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
#endif
};
+class VPReverseInterleavePtrRecipe : public VPRecipeWithIRFlags {
----------------
alexey-bataev wrote:
Add comments to the class and the its member functions
https://github.com/llvm/llvm-project/pull/144864
More information about the llvm-commits
mailing list