This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d4e6a9b [X86] Add knownbits concat_vector test new 3000aab [SelectionDAG] Add knowbits support for CONCAT_VECTOR opcode new 5527d64 [AMDGPU] Change frexp.exp intrinsic to return i16 for f16 input
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 | 2 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +++++++++++ lib/Target/AMDGPU/SIInstrInfo.td | 1 - lib/Target/AMDGPU/VOP1Instructions.td | 2 +- test/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.f16.ll | 41 +++++++++++++++++++++--- test/CodeGen/AMDGPU/llvm.amdgcn.frexp.exp.ll | 16 ++++----- test/CodeGen/X86/known-bits-vector.ll | 14 -------- 7 files changed, 64 insertions(+), 30 deletions(-)