This is an archive of the discontinued LLVM Phabricator instance.

Use Vsplat.b|h if splat value not ConstantNode
AbandonedPublic

Authored by quic_aankit on Feb 2 2021, 5:01 PM.

Details

Reviewers
kparzysz
Summary

Use vsplatb and vsplath if the splat value is not
an immediate. The patch generates vsplat{b|h}
instead of vsplat(vpslat{b|h}).

Diff Detail

Event Timeline

quic_aankit created this revision.Feb 2 2021, 5:01 PM
quic_aankit requested review of this revision.Feb 2 2021, 5:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2021, 5:01 PM
quic_aankit abandoned this revision.Feb 2 2021, 5:37 PM