Modify the ISD::ADD opcode case to use new immediate constant predicates.
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:21:03 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 21:21:03 +0000 (21:21 +0000)
commit39c6896d22a89444292494107c89e10c79c0de13
tree01e2e23fb4562dbf6c1bb97b39b784f2c220e22c
parent8fd1980ce6427bee4b4778e8adf199060451b933
Modify the ISD::ADD opcode case to use new immediate constant predicates.
Includes support for 32-bit constants using addi/addis.

Patch by Jim Laskey.

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