David Green f02aadc945
[AArch64][GlobalISel] Combine to sqxtn pre legalization for FewerElements (#181163)
Post legalization we will not have v2i64 MIN and MAX, which prevents the
recognition of saturating truncates. This changes the combiner rules to
combine pre-legalization, providing that the vector operation will be
clamped (like a v4i64).
2026-02-23 09:42:48 +00:00
..