This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Fixed insert element for non-standard vectors
ClosedPublic

Authored by rampitec on May 27 2020, 12:23 PM.

Diff Detail

Event Timeline

rampitec created this revision.May 27 2020, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2020, 12:23 PM
arsenm added inline comments.May 27 2020, 4:15 PM
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
1072

I think these should be exact matches and leave the switch

arsenm accepted this revision.May 27 2020, 4:18 PM

I guess if it's just these pseudos it's not that important. I think if we're going to round these, it would be better to do it in the legalizer

This revision is now accepted and ready to land.May 27 2020, 4:18 PM
This revision was automatically updated to reflect the committed changes.