[llvm] [VPlan] Optz WidenGEP with single-scalar operands (PR #166740)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 06:13:50 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.
https://github.com/llvm/llvm-project/pull/166740
More information about the llvm-commits
mailing list