This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG][RISCV] Teach getConstant to use SPLAT_VECTOR_PARTS if vXi64 SPLAT_VECTOR is legal but i64 scalars are not.
ClosedPublic

Authored by craig.topper on Aug 25 2023, 11:25 AM.

Details

Summary

That matches how such a SPLAT_VECTOR would have been type legalized
so assume it is ok to use for creating constants after type legalization.

Still need some improvements to SPLAT_VECTOR lowering.

This overlaps with some of what D158742 was trying to fix.

Diff Detail