[PATCH] D33317: [GlobalISel] IRTranslator: Translate ConstantStruct
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 10:16:34 PDT 2017
qcolombet accepted this revision.
qcolombet added a comment.
This revision is now accepted and ready to land.
LGTM with nitpicks
================
Comment at: lib/CodeGen/GlobalISel/IRTranslator.cpp:1128
+ std::vector<unsigned> Ops;
+ std::vector<uint64_t> Indices;
+ uint64_t Offset = 0;
----------------
SmallVector
https://reviews.llvm.org/D33317
More information about the llvm-commits
mailing list