[all-commits] [llvm/llvm-project] 78c6b9: [APInt] Update APInt::isShiftedMask() description....
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Feb 4 12:39:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78c6b90000292eb37aac5dead6ab26611cd76f42
https://github.com/llvm/llvm-project/commit/78c6b90000292eb37aac5dead6ab26611cd76f42
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
Log Message:
-----------
[APInt] Update APInt::isShiftedMask() description. NFC.
Make it clear that it matches a non-empty sequence of ones, matches the descriptions for isShiftedMask_32/64 as suggested on D119019
More information about the All-commits
mailing list