This is a non-templated version of isShiftedUInt which takes N and S as arguments.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Can you add tests to unittests/Support/MathExtrasTest.cpp ?
llvm/include/llvm/Support/MathExtras.h | ||
---|---|---|
467 | Assert that S > 0 like the template version. |
Comment Actions
LGTM.
llvm/unittests/Support/MathExtrasTest.cpp | ||
---|---|---|
501–504 | Nit: not a blocker but adding some ' digit group separators would help with the readability of the large constant literals. Most of this file probably predates that C++ spec feature but we could add them as we go. |
Assert that S > 0 like the template version.