[PATCH] D75297: [TypeSize] Allow returning scalable size in implicit conversion to uint64_t

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 03:41:32 PDT 2020


sdesmalen updated this revision to Diff 250168.
sdesmalen marked 3 inline comments as done.
sdesmalen added a comment.

- Removed `isDigit` from AMDGPULibFunc.cpp to use the one defined in StringExtras.h instead.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75297/new/

https://reviews.llvm.org/D75297

Files:
  llvm/CMakeLists.txt
  llvm/cmake/modules/HandleLLVMOptions.cmake
  llvm/include/llvm/Support/TypeSize.h
  llvm/lib/Target/AMDGPU/AMDGPULibFunc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75297.250168.patch
Type: text/x-patch
Size: 4303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200313/65df40a8/attachment.bin>


More information about the llvm-commits mailing list