[PATCH] D88982: [NFCI] Add LinearPolyBase as base class for ElementCount, TypeSize and StackOffset.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 02:35:31 PDT 2020
sdesmalen updated this revision to Diff 300200.
sdesmalen marked 9 inline comments as done.
sdesmalen added a comment.
- Fixed namespace for StackOffset traits.
- Noticed that StackOffset was still using int64_t instead of it's `ScalarTy`, so fixed it.
- Changed instance of `std::all_of` -> `llvm::all_of`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88982/new/
https://reviews.llvm.org/D88982
Files:
llvm/include/llvm/Support/TypeSize.h
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/LinearPolyBaseTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88982.300200.patch
Type: text/x-patch
Size: 28593 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/fb197203/attachment.bin>
More information about the llvm-commits
mailing list