this one is easy.
authorChris Lattner <sabre@nondot.org>
Thu, 14 Feb 2008 05:41:38 +0000 (05:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 14 Feb 2008 05:41:38 +0000 (05:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47107 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README-FPStack.txt

index 0dcbcbc73534f65455b835cab385eb7454beb036..be28e8b394a429914b47f04f661d93080e3996e7 100644 (file)
@@ -80,6 +80,6 @@ foo:
        addl $20, %esp
        ret
 
-This will be solved when we go to a dynamic programming based isel.
+This just requires being smarter when custom expanding fptoui.
 
 //===---------------------------------------------------------------------===//