This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Add another overload of buildUnmerge
ClosedPublic

Authored by arsenm on Apr 3 2019, 10:47 AM.

Details

Summary

It's annoying to have to create an array of the result type,
particularly when you don't care about the size of the value.

Diff Detail

Event Timeline

arsenm created this revision.Apr 3 2019, 10:47 AM

LGTM. Please add a test in MachineIRBuilderTest.cpp if possible.

This revision is now accepted and ready to land.Apr 3 2019, 10:51 AM
arsenm closed this revision.Apr 5 2019, 7:01 AM

r357763