This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Implement lower for G_INSERT_VECTOR_ELT
ClosedPublic

Authored by arsenm on Jul 28 2020, 7:30 AM.

Diff Detail

Event Timeline

arsenm created this revision.Jul 28 2020, 7:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2020, 7:30 AM
arsenm requested review of this revision.Jul 28 2020, 7:30 AM
aemerson accepted this revision.Aug 6 2020, 3:59 PM
aemerson added inline comments.
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
5244

Update comment to say extract/insert

This revision is now accepted and ready to land.Aug 6 2020, 3:59 PM