This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8840e88391b Follow up of r336913: forgot to add the new test files. new e427001e40b [llvm-mca] Simplify eventing by adding an onEvent templated [...] new d595b3ce746 [NFC][X86][AArch64] Add tests for the 'check for [no] signe [...]
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: .../AArch64/lack-of-signed-truncation-check.ll | 258 +++++++++++++ test/CodeGen/AArch64/signed-truncation-check.ll | 258 +++++++++++++ .../CodeGen/X86/lack-of-signed-truncation-check.ll | 430 +++++++++++++++++++++ test/CodeGen/X86/signed-truncation-check.ll | 426 ++++++++++++++++++++ tools/llvm-mca/DispatchStage.cpp | 15 +- tools/llvm-mca/DispatchStage.h | 1 - tools/llvm-mca/DispatchStatistics.cpp | 4 +- tools/llvm-mca/DispatchStatistics.h | 6 +- tools/llvm-mca/ExecuteStage.cpp | 8 +- tools/llvm-mca/HWEventListener.h | 4 +- tools/llvm-mca/InstructionTables.cpp | 7 +- tools/llvm-mca/RegisterFileStatistics.cpp | 3 +- tools/llvm-mca/RegisterFileStatistics.h | 2 +- tools/llvm-mca/ResourcePressureView.cpp | 2 +- tools/llvm-mca/ResourcePressureView.h | 2 +- tools/llvm-mca/RetireControlUnitStatistics.cpp | 3 +- tools/llvm-mca/RetireControlUnitStatistics.h | 2 +- tools/llvm-mca/RetireStage.cpp | 2 +- tools/llvm-mca/SchedulerStatistics.cpp | 2 +- tools/llvm-mca/SchedulerStatistics.h | 4 +- tools/llvm-mca/Stage.cpp | 5 - tools/llvm-mca/Stage.h | 6 +- tools/llvm-mca/SummaryView.cpp | 2 +- tools/llvm-mca/SummaryView.h | 2 +- tools/llvm-mca/TimelineView.cpp | 2 +- tools/llvm-mca/TimelineView.h | 2 +- 26 files changed, 1412 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/AArch64/lack-of-signed-truncation-check.ll create mode 100644 test/CodeGen/AArch64/signed-truncation-check.ll create mode 100644 test/CodeGen/X86/lack-of-signed-truncation-check.ll create mode 100644 test/CodeGen/X86/signed-truncation-check.ll