[all-commits] [llvm/llvm-project] bfe63e: Revert "[llvm] Use llvm::bit_ceil (NFC)"
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Jan 30 00:56:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfe63ed1fe922f0b7366eeda44649954c9631e24
https://github.com/llvm/llvm-project/commit/bfe63ed1fe922f0b7366eeda44649954c9631e24
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Log Message:
-----------
Revert "[llvm] Use llvm::bit_ceil (NFC)"
This reverts commit 54971c8a39e8b682e7a042eee33f94a8283d8305.
This causes a compile-time regression. bit_ceil should probably
not be used in performance-critical code.
More information about the All-commits
mailing list