This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6a569f5 InferAddressSpaces: Rename constant new 3b595d2 AMDGPU: Generalize matching of v_med3_f32
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 | 5 + lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 20 + lib/Target/AMDGPU/AMDGPUInstructions.td | 2 + lib/Target/AMDGPU/SIISelLowering.cpp | 3 + lib/Target/AMDGPU/SIInstrInfo.td | 3 + lib/Target/AMDGPU/SIInstructions.td | 14 + test/CodeGen/AMDGPU/fmed3.ll | 738 ++++++++++++++++++++++++++++++- test/CodeGen/AMDGPU/llvm.amdgcn.fmed3.ll | 28 ++ 8 files changed, 807 insertions(+), 6 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.fmed3.ll