This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 838fcc69d62 This reverts commit 1440a848a635849b97f7a5cfa0ecc40d37451f5 [...] new 469309ae52b [AMDGPU] Split idot4/8 signed and unsigned tests. NFC.
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: test/CodeGen/AMDGPU/idot4s.ll | 1006 +++++++++++++ test/CodeGen/AMDGPU/{idot4.ll => idot4u.ll} | 1001 ------------- test/CodeGen/AMDGPU/idot8s.ll | 2111 +++++++++++++++++++++++++++ test/CodeGen/AMDGPU/{idot8.ll => idot8u.ll} | 2106 -------------------------- 4 files changed, 3117 insertions(+), 3107 deletions(-) create mode 100644 test/CodeGen/AMDGPU/idot4s.ll rename test/CodeGen/AMDGPU/{idot4.ll => idot4u.ll} (66%) create mode 100644 test/CodeGen/AMDGPU/idot8s.ll rename test/CodeGen/AMDGPU/{idot8.ll => idot8u.ll} (55%)