This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 50ddb71dad7 [LoopUnswitch] Make DEBUG output more readable. new 00cdeeedbab [ConstantRange] Use const references to prevent a couple AP [...] new 242ed359a8b [APInt] Add an isNullValue method to check for all bits bei [...] new e490ed59931 [ConstantRange] Use APInt::isNullValue rather than APInt::i [...] new fde3916adaa [IR] Make add/remove Attributes use AttrBuilder instead of [...] new 653d6365072 [Hexagon] Do not move a block if it is on a fall-through path new 013513893fb Properly handle PHIs with subregisters in UnreachableBlockElim
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/APInt.h | 11 +++- include/llvm/CodeGen/CommandFlags.h | 30 ++++----- include/llvm/IR/Attributes.h | 11 +--- include/llvm/IR/Function.h | 4 +- lib/CodeGen/GlobalISel/CallLowering.cpp | 4 +- lib/CodeGen/UnreachableBlockElim.cpp | 29 ++++++--- lib/IR/Attributes.cpp | 43 ++++++------- lib/IR/ConstantRange.cpp | 8 +-- lib/IR/Function.cpp | 4 +- lib/Target/Hexagon/HexagonCFGOptimizer.cpp | 13 +++- lib/Target/Mips/Mips16HardFloat.cpp | 9 ++- lib/Transforms/Coroutines/CoroSplit.cpp | 4 +- .../Instrumentation/DataFlowSanitizer.cpp | 21 +++---- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 9 +-- lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 3 +- test/CodeGen/Hexagon/cfgopt-fall-through.ll | 71 ++++++++++++++++++++++ .../CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir | 25 ++++++++ unittests/IR/AttributesTest.cpp | 2 +- 18 files changed, 190 insertions(+), 111 deletions(-) create mode 100644 test/CodeGen/Hexagon/cfgopt-fall-through.ll create mode 100644 test/CodeGen/Hexagon/unreachable-mbb-phi-subreg.mir