[llvm] [VPlan] Handle WidenGEP in narrowToSingleScalars (PR #166740)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 06:23:17 PST 2025
artagnon wrote:
> > if all operands are single scalar, we should be able to handle this in narrowToSingleScalar, and remove the special handling in the recipe altogether?
>
> This is currently not possible, as narrowToSingleScalars' users check is too weak.
To prove this, I've rebased onto https://github.com/llvm/llvm-project/pull/166559.
https://github.com/llvm/llvm-project/pull/166740
More information about the llvm-commits
mailing list