[all-commits] [llvm/llvm-project] e59909: [llvm] Use llvm::bit_ceil (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jan 22 14:05:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e59909403823852d8308e3549ccd911b8994fa13
https://github.com/llvm/llvm-project/commit/e59909403823852d8308e3549ccd911b8994fa13
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-22 (Sun, 22 Jan 2023)
Changed paths:
M llvm/include/llvm/CodeGen/ValueTypes.h
M llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Log Message:
-----------
[llvm] Use llvm::bit_ceil (NFC)
In both of these cases, the arguments to Log2_32_Ceil are known to be
nonzero.
More information about the All-commits
mailing list