[PATCH] D34969: [tablegen] Avoid creating a temporary vector in getInstructionCase
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 17:50:17 PDT 2017
dblaikie added a comment.
Might be better to range-for-ify the loops that use Vals, and call R->getValues() directly in the range for range expression?
Repository:
rL LLVM
https://reviews.llvm.org/D34969
More information about the llvm-commits
mailing list