This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23bc604 [lit] Use multiprocessing by default on Windows new 97a9f60 AMDGPU/SI: MIMG TD Refactoring. new 1b35037 [DAGCombine] Don't fold a trunc if it feeds an anyext
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 + lib/Target/AMDGPU/MIMGInstructions.td | 750 +++++++++++++++++++++++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 235 +--------- lib/Target/AMDGPU/SIInstructions.td | 510 --------------------- test/CodeGen/X86/2011-10-21-widen-cmp.ll | 5 +- test/CodeGen/X86/mem-intrin-base-reg.ll | 7 +- 6 files changed, 759 insertions(+), 752 deletions(-) create mode 100644 lib/Target/AMDGPU/MIMGInstructions.td