This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ed7d96c887 [InstrProfiling] Emit the runtime hook when no counters are [...] new 06a2673a69d Fixed spelling mistake in comments of LLVM Analysis passes new e24854a5622 [AMDGPU] added writelane intrinsic
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: include/llvm/IR/IntrinsicsAMDGPU.td | 13 +++++ lib/Analysis/CGSCCPassManager.cpp | 8 +-- lib/Analysis/LoopAnalysisManager.cpp | 2 +- lib/Analysis/ValueTracking.cpp | 16 +++--- lib/Analysis/VectorUtils.cpp | 2 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 28 +++++++++- lib/Target/AMDGPU/SIRegisterInfo.cpp | 13 ++++- lib/Target/AMDGPU/VOP2Instructions.td | 13 +++-- test/CodeGen/AMDGPU/byval-frame-setup.ll | 20 +++---- test/CodeGen/AMDGPU/callee-frame-setup.ll | 2 +- test/CodeGen/AMDGPU/inserted-wait-states.mir | 4 +- test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll | 82 ++++++++++++++++++++++++++++ test/CodeGen/AMDGPU/sibling-call.ll | 2 +- 13 files changed, 169 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll