[PATCH] D17176: [CodeGen] Add getBuildVector and getSplatBuildVector helpers.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 10:54:49 PDT 2016


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM - in hindsight the getSplatBuildVector looks like the more useful one of the two, but getBuildVector does at least reduce the code text a little to allow clang-format to tidy things up a bit ;-)


http://reviews.llvm.org/D17176





More information about the llvm-commits mailing list