This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97a41801565 [llvm-mca][x86] Add LEA instruction resource tests new 9a071608670 [llvm-exegesis] Provide a way to handle memory instructions. new 6260bdfbb97 [ARM] Armv8.2-A FP16 vector intrinsics tests
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: .../CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll | 1148 ++++++++++++++++++++ tools/llvm-exegesis/lib/Assembler.cpp | 26 +- tools/llvm-exegesis/lib/Assembler.h | 9 +- tools/llvm-exegesis/lib/BenchmarkRunner.cpp | 24 +- tools/llvm-exegesis/lib/BenchmarkRunner.h | 24 +- tools/llvm-exegesis/lib/Latency.cpp | 4 +- tools/llvm-exegesis/lib/Latency.h | 2 +- tools/llvm-exegesis/lib/MCInstrDescView.cpp | 29 +- tools/llvm-exegesis/lib/MCInstrDescView.h | 16 +- tools/llvm-exegesis/lib/RegisterAliasing.h | 1 + tools/llvm-exegesis/lib/Target.cpp | 3 +- tools/llvm-exegesis/lib/Target.h | 22 + tools/llvm-exegesis/lib/Uops.cpp | 94 +- tools/llvm-exegesis/lib/Uops.h | 31 +- tools/llvm-exegesis/lib/X86/Target.cpp | 42 + .../tools/llvm-exegesis/ARM/AssemblerTest.cpp | 6 +- .../tools/llvm-exegesis/BenchmarkRunnerTest.cpp | 31 + unittests/tools/llvm-exegesis/CMakeLists.txt | 1 + .../tools/llvm-exegesis/Common/AssemblerUtils.h | 20 +- .../tools/llvm-exegesis/X86/AssemblerTest.cpp | 27 +- .../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 30 +- 21 files changed, 1516 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/ARM/armv8.2a-fp16-vector-intrinsics.ll create mode 100644 unittests/tools/llvm-exegesis/BenchmarkRunnerTest.cpp