This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f8862743a4 [WebAssembly] Update SIMD binary arithmetic new dcf686e1e73 AMDGPU: Remove broken i16 ternary patterns new 5718b6f1bcb Refactor FileCheck to make it usable as an API
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: include/llvm/Support/FileCheck.h | 201 ++++ lib/Support/CMakeLists.txt | 1 + {utils/FileCheck => lib/Support}/FileCheck.cpp | 490 ++------ lib/Target/AMDGPU/VOP3Instructions.td | 11 - test/CodeGen/AMDGPU/mad_uint24.ll | 93 +- utils/FileCheck/FileCheck.cpp | 1471 +----------------------- 6 files changed, 426 insertions(+), 1841 deletions(-) create mode 100644 include/llvm/Support/FileCheck.h copy {utils/FileCheck => lib/Support}/FileCheck.cpp (73%)