[all-commits] [llvm/llvm-project] 504e4b: [IR] Remove isPowerOf2ByteWidth
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Dec 14 23:01:04 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 504e4be2c111ef8e79a91f0b92fdc009995204d1
https://github.com/llvm/llvm-project/commit/504e4be2c111ef8e79a91f0b92fdc009995204d1
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-14 (Mon, 14 Dec 2020)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/lib/IR/Type.cpp
Log Message:
-----------
[IR] Remove isPowerOf2ByteWidth
The predicate used to be used with the C backend, which was removed on
Mar 23, 2012 in commit 64a232343aa649fdacf78698da3e4d5737dee56a. It
seems to be unused since then.
More information about the All-commits
mailing list