Sushant Gokhale 005ec78b71
[AArch64][CostModel] Add constraints on which partial reductions are (#163728)
natively supported on Neon and SVE

PR #158641 refined and refactored the cost model for partial reductions.
While doing so, it missed out on certain constraints. Specifically,
cases like i32 -> i64 partial reduce are not natively supported. This
patch adds back the condition/constraint that was present before PR
#158641
2025-10-20 17:36:44 -07:00
..