This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fb0b5f597f6 AMDGPU/NFC: Move AMDGPU specific note types to ELF.h new 29de9d738ea Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.
The 1 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/Target/TargetSelectionDAG.td | 2 +- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 19 ++- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 100 ++++++++++----- lib/Target/AMDGPU/AMDGPUISelLowering.h | 7 +- lib/Target/AMDGPU/AMDGPUInstrInfo.td | 2 + lib/Target/AMDGPU/EvergreenInstructions.td | 2 +- lib/Target/AMDGPU/SOPInstructions.td | 5 +- test/CodeGen/AMDGPU/cttz_zero_undef.ll | 194 ++++++++++++++++++++++++++++- 8 files changed, 285 insertions(+), 46 deletions(-)