Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments
authorChris Lattner <sabre@nondot.org>
Wed, 26 Oct 2005 17:00:25 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Oct 2005 17:00:25 +0000 (17:00 +0000)
commit1f426deadea4275b1473f9b4e12c8b2393a94d2e
treeaa3dd04c8e114a8c57843a4264b66ecf748981e0
parent1531f2025c9054c02cfb84bd2485b04cc72591c6
Add nodes for CondCodeSDNode and setcc, and add a bunch of pattern fragments
to make it easy to use them.  This lets you write patterns like:

(set PRRC:$rd, (setne GPRC:$rS, imm:$SH))

and stuff.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24009 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/TargetSelectionDAG.td