This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 85127da0817 AArch64] Handle ISD::LRINT and ISD::LLRINT for float16 new 3f8e6ddd081 [InstCombine] add tests for loads of bitcasted vector pointer; NFC new 9f8b01c36fb [llvm-ar] Create thin archives with MRI scripts new 0e1843c53b6 FileCheck [6/12]: Introduce numeric variable definition
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: docs/CommandGuide/FileCheck.rst | 49 ++- include/llvm/Support/FileCheck.h | 134 +++++--- lib/Support/FileCheck.cpp | 407 ++++++++++++++++-------- test/FileCheck/numeric-defines-diagnostics.txt | 6 +- test/FileCheck/numeric-expression.txt | 107 ++++--- test/FileCheck/var-scope.txt | 17 +- test/FileCheck/verbose.txt | 29 +- test/Transforms/InstCombine/load-bitcast-vec.ll | 90 ++++++ test/tools/llvm-ar/mri-thin-archive.test | 23 ++ tools/llvm-ar/llvm-ar.cpp | 6 +- unittests/Support/FileCheckTest.cpp | 294 +++++++++++------ 11 files changed, 824 insertions(+), 338 deletions(-) create mode 100644 test/Transforms/InstCombine/load-bitcast-vec.ll create mode 100644 test/tools/llvm-ar/mri-thin-archive.test