[llvm] [LV][VPlan] Use VF VPValue in VPVectorPointerRecipe (PR #110974)
Shih-Po Hung via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 16 08:28:17 PDT 2024
================
@@ -1813,38 +1813,63 @@ void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent,
}
#endif
-void VPVectorPointerRecipe ::execute(VPTransformState &State) {
- auto &Builder = State.Builder;
- State.setDebugLocFrom(getDebugLoc());
- unsigned CurrentPart = getUnrollPart(*this);
+static Type *getGEPIndexTy(bool IsScalable, bool IsReverse,
----------------
arcbbb wrote:
Nice catch! will do it for VPVectorPointerSC separately.
https://github.com/llvm/llvm-project/pull/110974
More information about the llvm-commits
mailing list