]> granicus.if.org Git - llvm/commit
[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)
commita694469515b651e106e7e4cf2a47855ce533fbaa
treee83950694aa772e368ae0e572f57941bc820af7c
parent406105d95e56cbb8dd949aa9adb842bab4e72675
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299244 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/setcc-logic.ll [new file with mode: 0644]