This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29e2ed1 Add print/dump routines to LiveInterval::SubRange new bbfa7fe Fix printing of debugging information in LiveIntervals::shrinkToUses new 4a97c8d AMDGPU: Add LLVM IR Intrinsic for v_lerp_u8
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 | 5 +++++ lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- lib/Target/AMDGPU/SIInstructions.td | 4 ++++ test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll | 14 ++++++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.lerp.ll