This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b6a558 AMDGPU: Initial implementation of VGPR indexing mode new 7227e00 [ADT] Zip range adapter new 7479130 Do not remove implicit defs in BranchFolder
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/ADT/STLExtras.h | 89 ++++++++++++++++++++++ lib/CodeGen/BranchFolding.cpp | 54 ------------- lib/CodeGen/BranchFolding.h | 1 - test/CodeGen/Hexagon/branchfolder-keep-impdef.ll | 29 +++++++ .../LoopStrengthReduce/X86/2012-01-13-phielim.ll | 1 + unittests/ADT/IteratorTest.cpp | 63 +++++++++++++++ 6 files changed, 182 insertions(+), 55 deletions(-) create mode 100644 test/CodeGen/Hexagon/branchfolder-keep-impdef.ll