This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5007064 Remove size 1 from check as that isn't part of what the test [...] new f519b2d Revert r267649, it caused PR27539. new d94d7fa [AMDGPU][llvm-mc] s_getreg/setreg* - Support symbolic names o [...] new d022987 [TTI] Add hook for vector extract with extension
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: include/llvm/Analysis/TargetTransformInfo.h | 11 + include/llvm/Analysis/TargetTransformInfoImpl.h | 5 + include/llvm/CodeGen/BasicTTIImpl.h | 8 + lib/Analysis/TargetTransformInfo.cpp | 8 + lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +- lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 55 ++ lib/Target/AArch64/AArch64TargetTransformInfo.h | 3 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 37 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 18 +- lib/Target/X86/X86ISelLowering.cpp | 136 --- lib/Transforms/Vectorize/SLPVectorizer.cpp | 7 +- test/CodeGen/AMDGPU/llvm.amdgcn.s.getreg.ll | 2 +- test/CodeGen/X86/sad.ll | 973 --------------------- test/MC/AMDGPU/sopk-err.s | 3 + test/MC/AMDGPU/sopk.s | 66 +- test/MC/Disassembler/AMDGPU/sopk_vi.txt | 12 +- .../SLPVectorizer/AArch64/gather-reduce.ll | 33 +- 17 files changed, 217 insertions(+), 1178 deletions(-) delete mode 100644 test/CodeGen/X86/sad.ll