This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32e2e9a [LCG] Cleanup various places where comments said `SCC` but me [...] new 126de93 Add AArch64 unit tests
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: test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir | 65 ----------- test/CodeGen/MIR/AArch64/inst-size-stackmap.mir | 63 ----------- .../MIR/AArch64/inst-size-tlsdesc-callseq.mir | 80 -------------- unittests/CMakeLists.txt | 1 + unittests/Target/AArch64/CMakeLists.txt | 23 ++++ unittests/Target/AArch64/InstSizes.cpp | 122 +++++++++++++++++++++ unittests/Target/CMakeLists.txt | 5 + 7 files changed, 151 insertions(+), 208 deletions(-) delete mode 100644 test/CodeGen/MIR/AArch64/inst-size-patchpoint.mir delete mode 100644 test/CodeGen/MIR/AArch64/inst-size-stackmap.mir delete mode 100644 test/CodeGen/MIR/AArch64/inst-size-tlsdesc-callseq.mir create mode 100644 unittests/Target/AArch64/CMakeLists.txt create mode 100644 unittests/Target/AArch64/InstSizes.cpp create mode 100644 unittests/Target/CMakeLists.txt