1 Commits

Author SHA1 Message Date
abhishek-kaushik22
9bdf683ba6
[X86] Enforce strict pre-legalization to combine in scalarizeExtEltFP (#117681)
Use a `DCI` object to actually check the DAG combine level instead of
using the type `i1` because this assumption fails on AVX512 where we
have types like `v8i1` after legalization.

Closes #117684
2024-11-28 08:19:10 +08:00