[llvm] [VPlan] Model address separately. (PR #72164)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 17 13:44:05 PST 2023
https://github.com/ayalz commented:
Good intermediate refactoring of VPWidenMemoryInstructionRecipe!
Perhaps better to peel off a single GEP-for-consecutive-memory Recipe rather than two VPInstructions, as first step?
May be good to eventually have separate recipes/VPInstructions for load, stores, gathers, scatters, possibly in some hierarchy to share common parts.
https://github.com/llvm/llvm-project/pull/72164
More information about the llvm-commits
mailing list