summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-03-15 16:53:53 +0000
committerCraig Topper <craig.topper@gmail.com>2017-03-15 16:53:53 +0000
commitbcb6093610f20375ce0fb55624469e10e0ff94c9 (patch)
tree681abaf1df70955dead5d1339957e38c1aad6973 /llvm/lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp
parent1a6deeefe05282e2967d8180e05f53a0f6887b56 (diff)
downloadbcm5719-llvm-bcb6093610f20375ce0fb55624469e10e0ff94c9.tar.gz
bcm5719-llvm-bcb6093610f20375ce0fb55624469e10e0ff94c9.zip
[CodeGen] Use APInt::setLowBits/setHighBits/setBitsFrom in more places
This patch replaces ORs with getHighBits/getLowBits etc. with setLowBits/setHighBits/setBitsFrom. In a few of the places we weren't ORing, but the KnownZero/KnownOne vectors were already initialized to zero. We exploit this in most places already there were just some that were inconsistent. Differential Revision: https://reviews.llvm.org/D30965 llvm-svn: 297860
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud