This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 864e349715f [cmake] Add support for using the standalone leaks sanitize [...] new 64373efcabd [AMDGPU] Fix illegal shrink of V_SUBB_U32 and V_ADDC_U32 new d3be3777048 [codeview] Fully initialize DataSym when mapping from YAML new 84b3660bace AMDGPU: Allow vectorization of packed types
The 3 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: lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 2 + lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 22 ++- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 6 +- lib/Target/AMDGPU/SIShrinkInstructions.cpp | 2 + test/CodeGen/AMDGPU/shrink-carry.mir | 101 +++++++++++ .../Transforms/LoopVectorize/AMDGPU/packed-math.ll | 34 ++++ .../Transforms/SLPVectorizer/AMDGPU/packed-math.ll | 195 +++++++++++++++++++++ test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll | 70 -------- 8 files changed, 354 insertions(+), 78 deletions(-) create mode 100644 test/CodeGen/AMDGPU/shrink-carry.mir create mode 100644 test/Transforms/LoopVectorize/AMDGPU/packed-math.ll create mode 100644 test/Transforms/SLPVectorizer/AMDGPU/packed-math.ll delete mode 100644 test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll