This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 446bd0351ea [mips] Enable IAS by default for Android MIPS64 new 4a3583d89ea [SLPVectorizer] buildTree_rec replace cast<Instruction>(VL[ [...] new 63c27053dd4 AMDGPU: Add instruction definitions for some scratch_* inst [...]
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: lib/Target/AMDGPU/AMDGPU.td | 2 + .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 7 + .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 1 + lib/Target/AMDGPU/FLATInstructions.td | 110 +++++++++++++--- lib/Target/AMDGPU/SIRegisterInfo.td | 7 +- lib/Transforms/Vectorize/SLPVectorizer.cpp | 8 +- test/MC/AMDGPU/flat-scratch-instructions.s | 145 +++++++++++++++++++++ 7 files changed, 257 insertions(+), 23 deletions(-) create mode 100644 test/MC/AMDGPU/flat-scratch-instructions.s