OSDN Git Service

Lower some min/max idioms to minss/maxss when unsafe fp math is enabled.
authorChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 04:11:26 +0000 (04:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Oct 2006 04:11:26 +0000 (04:11 +0000)
commit1907a7b37b867d015d49601ce65476ed7aaeceb0
treee9706b12dd81dfee16e8facc7b8fa94ea9b2b0de
parent666ad1f8cf2d5eb2c6b641047282cd420b375405
Lower some min/max idioms to minss/maxss when unsafe fp math is enabled.

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