This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] IRTranslator: Translate ConstantStruct
ClosedPublic

Authored by volkan on May 18 2017, 6:00 AM.

Diff Detail

Event Timeline

volkan created this revision.May 18 2017, 6:00 AM
qcolombet accepted this revision.May 18 2017, 10:16 AM

LGTM with nitpicks

lib/CodeGen/GlobalISel/IRTranslator.cpp
1128

SmallVector

This revision is now accepted and ready to land.May 18 2017, 10:16 AM
volkan updated this revision to Diff 99534.May 19 2017, 2:58 AM
  • Use SmallVector instead of std::vector.
volkan marked an inline comment as done.May 19 2017, 2:58 AM
volkan closed this revision.May 19 2017, 3:00 AM