[PATCH] D88982: [NFCI] Add StackOffset class and base classes for ElementCount, TypeSize.
George Steed via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 07:14:58 PDT 2020
georges added inline comments.
================
Comment at: llvm/include/llvm/Support/TypeSize.h:180
+
+ UnivariateLinearPolyBase(ScalarTy &Val, unsigned UnivariateDim)
+ : Value(Val), UnivariateDim(UnivariateDim) {}
----------------
worth an assert that UniveriateDim is in range?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88982/new/
https://reviews.llvm.org/D88982
More information about the llvm-commits
mailing list