This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3578d88cf0 Reapply [llvm-ar][test] Increase llvm-ar test coverage new 6f45ec09e89 [llvm-ar][test] Add to llvm-ar test coverage new aeefee98c17 AMDGPU/GlobalISel: Fix test failures in release build
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: lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 7 +- lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | 2 +- test/CodeGen/AMDGPU/GlobalISel/inst-select-and.mir | 21 +- test/CodeGen/AMDGPU/GlobalISel/inst-select-or.mir | 21 +- test/CodeGen/AMDGPU/GlobalISel/inst-select-xor.mir | 21 +- test/CodeGen/AMDGPU/GlobalISel/legalize-and.mir | 10 +- test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir | 52 ++-- .../AMDGPU/GlobalISel/legalize-fcopysign.mir | 246 ++++++++---------- test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir | 48 ++-- .../AMDGPU/GlobalISel/legalize-merge-values.mir | 286 ++++++++++----------- test/CodeGen/AMDGPU/GlobalISel/legalize-or.mir | 20 +- test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir | 62 ++--- test/CodeGen/AMDGPU/GlobalISel/legalize-umax.mir | 28 +- test/CodeGen/AMDGPU/GlobalISel/legalize-umin.mir | 28 +- test/CodeGen/AMDGPU/GlobalISel/legalize-xor.mir | 20 +- test/tools/llvm-ar/move.test | 129 ++++++++++ test/tools/llvm-ar/quick-append.test | 93 +++++++ test/tools/llvm-ar/read-only-archive.test | 30 +++ 18 files changed, 658 insertions(+), 466 deletions(-) create mode 100644 test/tools/llvm-ar/move.test create mode 100644 test/tools/llvm-ar/quick-append.test create mode 100644 test/tools/llvm-ar/read-only-archive.test