This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 36e90d38604 [TargetLowering] SimplifyMultipleUseDemandedBits - add SIGN [...] new 64e952bdc5c [AMDGPU] Add llvm.amdgcn.softwqm intrinsic
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/IR/IntrinsicsAMDGPU.td | 7 ++ lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 21 ++++ lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 1 + lib/Target/AMDGPU/SIInstrInfo.cpp | 3 + lib/Target/AMDGPU/SIInstructions.td | 4 + lib/Target/AMDGPU/SIWholeQuadMode.cpp | 10 +- test/CodeGen/AMDGPU/llvm.amdgcn.softwqm.ll | 188 +++++++++++++++++++++++++++++ 7 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.softwqm.ll