This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1504e49b5a5 Fix GN build new a38085fb356 [NFC][Codegen][X86][AArch64][ARM][PowerPC] Recommit: Add te [...]
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/AArch64/inc-of-add.ll | 100 +++++++ test/CodeGen/AArch64/sub-of-not.ll | 95 +++++++ test/CodeGen/ARM/inc-of-add.ll | 569 +++++++++++++++++++++++++++++++++++++ test/CodeGen/ARM/sub-of-not.ll | 534 ++++++++++++++++++++++++++++++++++ test/CodeGen/PowerPC/inc-of-add.ll | 446 +++++++++++++++++++++++++++++ test/CodeGen/PowerPC/sub-of-not.ll | 427 ++++++++++++++++++++++++++++ test/CodeGen/X86/inc-of-add.ll | 147 ++++++++++ test/CodeGen/X86/sub-of-not.ll | 151 ++++++++++ 8 files changed, 2469 insertions(+) create mode 100644 test/CodeGen/AArch64/inc-of-add.ll create mode 100644 test/CodeGen/AArch64/sub-of-not.ll create mode 100644 test/CodeGen/ARM/inc-of-add.ll create mode 100644 test/CodeGen/ARM/sub-of-not.ll create mode 100644 test/CodeGen/PowerPC/inc-of-add.ll create mode 100644 test/CodeGen/PowerPC/sub-of-not.ll create mode 100644 test/CodeGen/X86/inc-of-add.ll create mode 100644 test/CodeGen/X86/sub-of-not.ll