This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from efea2847860 [RISCV] Implement getExprForFDESymbol to ensure RISCV_32_PC [...] new 996af468619 [InstCombine] add tests for min/max with min/max of same op [...] new 1931ad8cc9b [llvm-readobj] Prepend argv[0] to error/warning messages
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: test/Transforms/InstCombine/minmax-of-minmax.ll | 382 ++++++++++++++++++++++++ test/tools/llvm-readobj/error-format.test | 19 ++ tools/llvm-readobj/llvm-readobj.cpp | 15 +- 3 files changed, 410 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/InstCombine/minmax-of-minmax.ll create mode 100644 test/tools/llvm-readobj/error-format.test