Modify the ISD::AND opcode case to use new immediate constant predicates.
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:24:57 +0000 (21:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:24:57 +0000 (21:24 +0000)
commit2f57c4da2164de3dfeebb3c25d81c49e6574a12a
treeda402f32eebf0344d255aa1f336ea1a6b0ad3ab1
parent39c6896d22a89444292494107c89e10c79c0de13
Modify the ISD::AND opcode case to use new immediate constant predicates.
Includes wider support for rotate and mask cases.

Patch by Jim Laskey.

I've requested that Jim add new regression tests the newly handled cases.

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