This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b661fecbf65 isBytewiseValue checks ConstantVector element by element new e06c3153d1b [AMDGPU] use v32f32 for 3 mfma intrinsics
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/Intrinsics.td | 1 + include/llvm/IR/IntrinsicsAMDGPU.td | 12 +++--- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 9 +++++ lib/Target/AMDGPU/SIISelLowering.cpp | 6 ++- lib/Target/AMDGPU/SIInstrInfo.td | 7 ++-- lib/Target/AMDGPU/SIInstructions.td | 12 ++++++ lib/Target/AMDGPU/SIRegisterInfo.td | 8 ++-- test/CodeGen/AMDGPU/agpr-register-count.ll | 8 ++-- test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll | 64 +++++++++++++++--------------- test/CodeGen/AMDGPU/spill-agpr.ll | 10 ++--- test/CodeGen/AMDGPU/spill-vgpr-to-agpr.ll | 10 +++-- 11 files changed, 87 insertions(+), 60 deletions(-)