This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef56f2df647 Revert r325107 (case folding DJB hash) and subsequent build fix new 4ef378ed280 [Utils] Salvage the debug info of DCE'ed 'and' instructions new 9e8a4253371 Use EXPECT_FALSE instead of EXPECT_EQ(false, ... new 2f7051e39f3 [LoopInterchange] Incrementally update the dominator tree.
The 3 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: lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 + lib/IR/DebugInfoMetadata.cpp | 1 + lib/Transforms/Scalar/LoopInterchange.cpp | 74 ++++++++++++---------- lib/Transforms/Utils/Local.cpp | 3 + test/Transforms/InstCombine/debuginfo-variables.ll | 10 +++ .../LoopInterchange/call-instructions.ll | 2 +- .../LoopInterchange/currentLimitation.ll | 2 +- .../LoopInterchange/interchange-flow-dep-outer.ll | 2 +- .../interchange-insts-between-indvar.ll | 2 +- .../interchange-output-dependencies.ll | 2 +- .../interchange-simple-count-down.ll | 2 +- .../LoopInterchange/interchange-simple-count-up.ll | 2 +- .../not-interchanged-dependencies-1.ll | 2 +- test/Transforms/LoopInterchange/phi-ordering.ll | 2 +- test/Transforms/LoopInterchange/profitability.ll | 2 +- test/Transforms/LoopInterchange/reductions.ll | 2 +- unittests/IR/MetadataTest.cpp | 2 +- 17 files changed, 67 insertions(+), 46 deletions(-)