This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 346818f [PGO] resubmit r268969 Put the test into a target specific di [...] new b6f6e44 Revert r269081 and r269082 while I try to find the right inca [...] new efde4d3 Fix PR26655: Bail out if all regs of an inst BUNDLE have the [...] new 2a60909 Enable loopreroll for sext of loop control only IV
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: include/llvm/Analysis/BitSetUtils.h | 38 ------ lib/Analysis/BitSetUtils.cpp | 82 ------------ lib/Analysis/CMakeLists.txt | 1 - lib/CodeGen/MachineInstr.cpp | 7 + lib/CodeGen/ScheduleDAGInstrs.cpp | 38 ++---- lib/Transforms/IPO/WholeProgramDevirt.cpp | 63 +++++++-- test/CodeGen/Thumb2/thumb2-cpsr-liveness.ll | 41 ++++++ test/Transforms/LoopReroll/indvar_with_ext.ll | 186 -------------------------- 8 files changed, 110 insertions(+), 346 deletions(-) delete mode 100644 include/llvm/Analysis/BitSetUtils.h delete mode 100644 lib/Analysis/BitSetUtils.cpp create mode 100644 test/CodeGen/Thumb2/thumb2-cpsr-liveness.ll delete mode 100644 test/Transforms/LoopReroll/indvar_with_ext.ll