OSDN Git Service

Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations
authorChris Lattner <sabre@nondot.org>
Fri, 29 Jul 2005 01:00:29 +0000 (01:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Jul 2005 01:00:29 +0000 (01:00 +0000)
commit5d06b8caae98be3a7c18cc37343533416b2d7b77
tree7342d8c9eb336631d7333efd3449773a5e690931
parentf7443dace5b7a08772af64ef748cf557e3f2bee2
Implement a FIXME: move a bunch of cruft for handling FP_TO_*INT operations
that the X86 does not support to the legalizer.  This allows it to be better
optimized, etc, and will help with SSE support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22551 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelPattern.cpp