This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de4116d Revert "[PGO] Turn off comdat renaming in IR PGO by default" new 53dcfdf AMDGPU/EG,CM: Add fp16 conversion instructions new a618f4d [gmock] Teach gmock ElementsAre and BeginEndDistanceIs matche [...]
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/EvergreenInstructions.td | 4 ++- test/CodeGen/AMDGPU/fp16_to_fp.ll | 29 ---------------- test/CodeGen/AMDGPU/fp16_to_fp32.ll | 22 ++++++++++++ test/CodeGen/AMDGPU/fp16_to_fp64.ll | 16 +++++++++ test/CodeGen/AMDGPU/fp32_to_fp16.ll | 17 +++++---- .../googlemock/include/gmock/gmock-matchers.h | 40 +++++++++++++++------- 6 files changed, 80 insertions(+), 48 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/fp16_to_fp.ll create mode 100644 test/CodeGen/AMDGPU/fp16_to_fp32.ll create mode 100644 test/CodeGen/AMDGPU/fp16_to_fp64.ll