This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fae5e10c1b [NFC] Add a couple of dump routines for RegisterPressure he [...] new 0015b14b6e7 MVT: Add v3i16/v3f16 vectors
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/CodeGen/ValueTypes.td | 214 +++++++++++++++--------------- include/llvm/Support/MachineValueType.h | 218 ++++++++++++++++--------------- lib/CodeGen/TargetLoweringBase.cpp | 3 +- lib/CodeGen/ValueTypes.cpp | 4 + lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 + lib/Target/AMDGPU/SIISelLowering.cpp | 2 + test/CodeGen/X86/promote-vec3.ll | 116 +++++----------- test/CodeGen/X86/vec_cast.ll | 46 ++----- test/CodeGen/X86/widen_load-2.ll | 20 ++- test/TableGen/intrinsic-varargs.td | 2 +- utils/TableGen/CodeGenTarget.cpp | 2 + utils/TableGen/IntrinsicEmitter.cpp | 4 +- 12 files changed, 296 insertions(+), 340 deletions(-)