[PowerPC] add tests for setcc+setcc+logic; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 31 Mar 2017 18:51:03 +0000 (18:51 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 31 Mar 2017 18:51:03 +0000 (18:51 +0000)
commita97d36fddae5a06f12d8643756e4eee798765195
treec5667634344f86f28adf3ddd50cd5f6ecb26ddbc
parente7e3560288e8d05b065b71b9b2b56deb27d45929
[PowerPC] add tests for setcc+setcc+logic; NFC

These are the same tests added for x86 with r299238,
but PPC doesn't specify all branches as cheap, so we
see different patterns in tests with branches.

llvm-svn: 299244
llvm/test/CodeGen/PowerPC/setcc-logic.ll [new file with mode: 0644]