This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ce00de8 X86: Teach X86InstrInfo::analyzeCompare to recognize compares [...] new 13384c6 AMDGPU: Add pass to expand memcpy/memmove/memset new cdf1f70 X86: Introduce relocImm-based patterns for cmp.
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/Target/AMDGPU/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 9 +- lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp | 123 ++++++++++++++++++++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 3 + lib/Target/AMDGPU/CMakeLists.txt | 1 + lib/Target/X86/X86ISelDAGToDAG.cpp | 25 ++++++ lib/Target/X86/X86InstrCompiler.td | 6 ++ lib/Target/X86/X86InstrInfo.td | 16 ++++ test/CodeGen/AMDGPU/lower-mem-intrinsics.ll | 117 ++++++++++++++++++++++++++ test/CodeGen/X86/absolute-cmp.ll | 39 +++++++++ 10 files changed, 339 insertions(+), 4 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPULowerIntrinsics.cpp create mode 100644 test/CodeGen/AMDGPU/lower-mem-intrinsics.ll create mode 100644 test/CodeGen/X86/absolute-cmp.ll