[llvm] [VPlan][LV] Add removeRedundantAndMasks to VPlanTransforms (PR #163534)

Nashe Mncube via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 08:14:36 PDT 2025


nasherm wrote:

> If you are specifically targeting post-vectorization here, is it possible to do this as a VPlan simplification instead?
Yes! Sorry for the delay. It took me a while to get up to speed with VPlan. I've ported over my original pass logic into VPlanTransforms

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


More information about the llvm-commits mailing list