OSDN Git Service

1. This changes handles the cases of (~x)&y and x&(~y) yielding ANDC, and
authorJim Laskey <jlaskey@mac.com>
Fri, 12 Aug 2005 23:38:02 +0000 (23:38 +0000)
committerJim Laskey <jlaskey@mac.com>
Fri, 12 Aug 2005 23:38:02 +0000 (23:38 +0000)
commit847c3a976bb225a1ce9efdd5d11b8ef292c01d9a
tree2312025736f5c7b51aff186d1b090a8e6ed3ba41
parent7e03c749419da9989b2ae5607f072dcd73c16192
1. This changes handles the cases of (~x)&y and x&(~y) yielding ANDC, and
   (~x)|y and x|(~y) yielding ORC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22771 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp