Gaëtan Bossu ef58e6f6af
[SDAG] Widen TRUNCATE to intermediate type to avoid ISel failure (#172473)
SelectionDAG offered no way to widen TRUNCATE for pathological types
like <vscale x 1 x ...> as they do not allow scalarisation.

One way to go further to is widen to an intermediate type which will
allow to promote the element type in a later run of legalisation.
2025-12-18 17:19:34 +00:00
..