This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 493618b38ba [AArch64][v8.5A] Add PSTATE manipulation instructions XAFla [...] new 56a8ba1f8e4 [llvm-exegesis][NFC] moving code around.
The 1 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: tools/llvm-exegesis/lib/BenchmarkCode.h | 8 +- tools/llvm-exegesis/lib/CodeTemplate.cpp | 146 +++++++++++++++++++++ tools/llvm-exegesis/lib/CodeTemplate.h | 55 +++++++- tools/llvm-exegesis/lib/Latency.cpp | 12 +- tools/llvm-exegesis/lib/MCInstrDescView.cpp | 146 --------------------- tools/llvm-exegesis/lib/MCInstrDescView.h | 43 ------ tools/llvm-exegesis/lib/RegisterValue.h | 7 + tools/llvm-exegesis/lib/SnippetGenerator.cpp | 29 ++-- tools/llvm-exegesis/lib/SnippetGenerator.h | 2 +- tools/llvm-exegesis/lib/Target.h | 2 +- tools/llvm-exegesis/lib/Uops.cpp | 35 ++--- tools/llvm-exegesis/lib/Uops.h | 6 +- tools/llvm-exegesis/lib/X86/Target.cpp | 24 ++-- .../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 94 ++++++------- 14 files changed, 307 insertions(+), 302 deletions(-)