This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 17ce6cb99d6 Allow similar TargetOpcodes to use inheritance to factor ou [...] new aaadfb2c37e AMDGPU: Use return value of MorphNodeTo new 79f2fee592d AMDGPU: Fix creating invalid copy when adjusting dmask
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/AMDGPUISelDAGToDAG.cpp | 16 ++-- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 56 ++++++++++++-- lib/Target/AMDGPU/AMDGPUInstrInfo.h | 6 +- lib/Target/AMDGPU/SIISelLowering.cpp | 88 +++++++++++----------- lib/Target/AMDGPU/SIISelLowering.h | 2 +- lib/Target/AMDGPU/SIInstrInfo.td | 26 ++++++- .../AMDGPU/adjust-writemask-invalid-copy.ll | 51 +++++++++++++ 7 files changed, 181 insertions(+), 64 deletions(-) create mode 100644 test/CodeGen/AMDGPU/adjust-writemask-invalid-copy.ll