[PATCH] D31934: [GlobalISel] Support vector-of-pointers in LLT

Ahmed Bougacha via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 10:39:07 PDT 2017


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

LGTM, thanks for taking care of this!



================
Comment at: include/llvm/Support/LowLevelTypeImpl.h:246
+
+public:
+  unsigned getScalarSizeInBits() const {
----------------
Maybe move these up with the other public members?


https://reviews.llvm.org/D31934





More information about the llvm-commits mailing list