With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), Legalize
authorAndrew Lenharth <andrewl@lenharth.org>
Sun, 26 Jun 2005 22:23:06 +0000 (22:23 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sun, 26 Jun 2005 22:23:06 +0000 (22:23 +0000)
commitec151361baf260c2f460a8add1f4d3cd86e31831
tree1e93588157a7977935527826948ffe01f21ce9ab
parent812125aea956d0c22d92b456dbc5030a1d2780ef
With setOperationAction(ISD::UINT_TO_FP, MVT::i64, Expand), Legalize
should be able to handle this case.  The code is there, so let's see
if it works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22288 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Alpha/AlphaISelPattern.cpp