This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ba7927 AMDGPU: Fix mishandling array allocations when promoting alloca new 6af1d8f Reset the TopRPTracker's position in ScheduleDAGMILive::initQueues new 4030c6e Remove doInitialization() and doFinalization() member declara [...]
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: include/llvm/CodeGen/MachineScheduler.h | 4 + lib/CodeGen/MachineScheduler.cpp | 16 ++- lib/IR/LegacyPassManager.cpp | 16 --- test/CodeGen/Hexagon/misched-top-rptracker-sync.ll | 151 +++++++++++++++++++++ 4 files changed, 166 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/Hexagon/misched-top-rptracker-sync.ll