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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 01:10:25 PDT 2017


kristof.beyls updated this revision to Diff 95535.
kristof.beyls marked 3 inline comments as done.
kristof.beyls added a comment.

Move public methods to all be in the same location, as suggested by Ahmed, now that the implementation details are hidden more in private methods.


https://reviews.llvm.org/D31934

Files:
  include/llvm/Support/LowLevelTypeImpl.h
  lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  lib/CodeGen/LowLevelType.cpp
  lib/Support/LowLevelType.cpp
  lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  unittests/CodeGen/LowLevelTypeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31934.95535.patch
Type: text/x-patch
Size: 20974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170418/afcda8e3/attachment.bin>


More information about the llvm-commits mailing list