[NFC][Codegen][X86][AArch64][ARM][PowerPC] Recommit: Add test coverage for "add-of...
authorRoman Lebedev <lebedev.ri@gmail.com>
Tue, 2 Jul 2019 16:48:49 +0000 (16:48 +0000)
committerRoman Lebedev <lebedev.ri@gmail.com>
Tue, 2 Jul 2019 16:48:49 +0000 (16:48 +0000)
commit059f495831da6f8693d2c57426db39d3f8aec2df
tree1815678b94781ecc4cf8a40bc77d18a8d1d853cf
parent28c2458928527560d92a47067afdacc1f64f7b10
[NFC][Codegen][X86][AArch64][ARM][PowerPC] Recommit: Add test coverage for "add-of-inc" vs "sub-of-not"

I initially committed it with --check-prefix instead of --check-prefixes
(again, shame on me, and utils/update_*.py not complaining!)
and did not have a moment to understand the failure,
so i reverted it initially in rL64939.

llvm-svn: 364945
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]