This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1eb922bdfce [ARM/AArch64] Add target parser unit tests for Armv8.4-A new fa73cae3445 [CodeGen] Always print register ties in MI::dump() new 0d107a3c3ed [llvm-exegesis] Get rid of debug_string.
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/CodeGen/MachineInstr.cpp | 2 +- test/CodeGen/AArch64/misched-fusion-crypto-eor.mir | 12 ++++----- test/CodeGen/ARM/misched-int-basic-thumb2.mir | 2 +- test/CodeGen/ARM/misched-int-basic.mir | 2 +- .../llvm-exegesis/X86/analysis-uops-backwards.test | 30 ++++++++++++++++++++++ test/tools/llvm-exegesis/X86/analysis-uops.test | 29 +++++++++++++++++++++ tools/llvm-exegesis/lib/Analysis.cpp | 5 +--- tools/llvm-exegesis/lib/BenchmarkResult.cpp | 7 +++-- tools/llvm-exegesis/lib/BenchmarkResult.h | 4 +-- unittests/tools/llvm-exegesis/ClusteringTest.cpp | 18 ++++++------- .../llvm-exegesis/X86/BenchmarkResultTest.cpp | 12 ++++----- 11 files changed, 90 insertions(+), 33 deletions(-) create mode 100644 test/tools/llvm-exegesis/X86/analysis-uops-backwards.test create mode 100644 test/tools/llvm-exegesis/X86/analysis-uops.test