This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8caab7da3f8 [UpdateTestChecks] Remove unnecessary return from add_ir_checks new 49d9dfff54d [LoopInterchange] Preserve LoopInfo after interchanging. new a9e09241ca0 [UpdateTestChecks] Make add_asm_checks more like add_ir_checks
The 2 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/Transforms/Scalar/LoopInterchange.cpp | 85 ++++++++++++++++++---- .../LoopInterchange/call-instructions.ll | 2 +- .../LoopInterchange/currentLimitation.ll | 3 +- .../LoopInterchange/interchange-flow-dep-outer.ll | 3 +- .../interchange-insts-between-indvar.ll | 3 +- .../LoopInterchange/interchange-no-deps.ll | 3 +- test/Transforms/LoopInterchange/interchangeable.ll | 2 +- .../loop-interchange-optimization-remarks.ll | 5 +- .../not-interchanged-dependencies-1.ll | 3 +- .../not-interchanged-loop-nest-3.ll | 3 +- .../not-interchanged-tightly-nested.ll | 3 +- test/Transforms/LoopInterchange/phi-ordering.ll | 2 +- test/Transforms/LoopInterchange/profitability.ll | 2 +- test/Transforms/LoopInterchange/reductions.ll | 2 +- utils/UpdateTestChecks/asm.py | 13 ++-- 15 files changed, 102 insertions(+), 32 deletions(-)