]> granicus.if.org Git - llvm/commit
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within the...
authorRenato Golin <renato.golin@linaro.org>
Sun, 23 Apr 2017 12:15:30 +0000 (12:15 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sun, 23 Apr 2017 12:15:30 +0000 (12:15 +0000)
commitd907744fff3e307087194314c009a1d5e2258d27
treee691d783f6f34ed80d930f4508ca54003c20ba18
parentea7650c4edc5df20bceb67568e1a3a65e88cc818
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within the normal API."

This reverts commit r301105, 4, 3 and 1, as a follow up of the previous
revert, which broke even more bots.

For reference:
Revert "[APInt] Use operator<<= where possible. NFC"
Revert "[APInt] Use operator<<= instead of shl where possible. NFC"
Revert "[APInt] Use ashInPlace where possible."

PR32754.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301111 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/ADT/APInt.h
lib/CodeGen/MIRParser/MIParser.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Support/APInt.cpp
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
lib/Target/Hexagon/HexagonMCInstLower.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp