This is an archive of the discontinued LLVM Phabricator instance.

Restored selection of scalar_to_vector (v2x16)
ClosedPublic

Authored by rampitec on Nov 19 2018, 11:58 AM.

Details

Summary

This works if DAG combiner is enabled, but without combining
we cannot select scalar_to_vector of <2 x half> and <2 x i16>.

Diff Detail

Repository
rL LLVM

Event Timeline

rampitec created this revision.Nov 19 2018, 11:58 AM
arsenm accepted this revision.Nov 19 2018, 11:59 AM

LGTM

This revision is now accepted and ready to land.Nov 19 2018, 11:59 AM
This revision was automatically updated to reflect the committed changes.