[all-commits] [llvm/llvm-project] 57f334: [Support] Remove Log2 workaround for Android API l...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Aug 11 10:39:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57f334d81764ff0f46e5f8b29799e369b68a7918
https://github.com/llvm/llvm-project/commit/57f334d81764ff0f46e5f8b29799e369b68a7918
Author: Fangrui Song <i at maskray.me>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M llvm/include/llvm/Support/MathExtras.h
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
[Support] Remove Log2 workaround for Android API level < 18
The function added by D9467 is unneeded.
https://github.com/android/ndk/wiki/Changelog-r24 shows that the NDK has
moved forward to at least a minimum target API of 19.
Reviewed By: srhines
Differential Revision: https://reviews.llvm.org/D131656
More information about the All-commits
mailing list