[NFC][Codegen][X86][AArch64][ARM][PowerPC] Add test coverage for "add-of-inc" vs...
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 2 Jul 2019 14:48:52 +0000 (14:48 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 2 Jul 2019 14:48:52 +0000 (14:48 +0000)
commit39639261ccf1b65848ac0736764d47854646c2ac
treecda3ff6c89127309d127401ab9519d50bb1ea33d
parenta5f3e278c8e062e423eed5915f5dcbf6f6bed673
[NFC][Codegen][X86][AArch64][ARM][PowerPC] Add test coverage for "add-of-inc" vs "sub-of-not"

As it is pointed out in https://reviews.llvm.org/D63992,
before we get to pick canonical variant in middle-end
we should ensure best codegen in backend.

llvm-svn: 364930
llvm/test/CodeGen/AArch64/inc-of-add.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/sub-of-not.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/inc-of-add.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/sub-of-not.ll [new file with mode: 0644]
llvm/test/CodeGen/PowerPC/inc-of-add.ll [new file with mode: 0644]
llvm/test/CodeGen/PowerPC/sub-of-not.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/inc-of-add.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/sub-of-not.ll [new file with mode: 0644]