[llvm] [LV] Limits the splat operations be hoisted must not be defined by a recipe. (PR #117138)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 06:47:08 PST 2025


https://github.com/fhahn commented:

> > I think it should be possible to organize the declarations in a better way to enable this (with the main other benefit being that it also reduces the size of VPlan.h): #124104
> 
> Thanks, #124104 help me a lot! I j already rebased this patch on that.:) But I just saw #124644, do we still need to use VPDominatorTree? In my opinion, the explicit splat is the best approach to resolve this issue.

It depends if anything is blocked on this at the moment. #124644 is the first step, there is a bit more follow-up work needed to completely remove `SafeToHoist`, but after that the VPDT shouldn't be needed.

If you need this fixed urgently to unblock follow-up patches then it may make sense to use the VPDT here for now.

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


More information about the llvm-commits mailing list