Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOp
authorChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 06:25:00 +0000 (06:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Oct 2005 06:25:00 +0000 (06:25 +0000)
commit603d78c9de31b15deee3f01c59083cf759f00897
treea99e219e0866ff4e7f4226be61191bf0d08cdfdc
parent3c7e18d690c3da13fc2c6b5d72e926d2b19f8800
Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOp
type constraint.  This lets tblgen realize that it doesn't need any dynamic
type checks for fextend/fround on PPC (and many other targets), because there
are only two fp types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23730 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp