Disable the i32->float G5 optimization. It is unsafe, as documented in the
authorChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 07:53:47 +0000 (07:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 07:53:47 +0000 (07:53 +0000)
commit7fbcef7102732769e2dab1d37f68166b2868c963
treeb17ffe0e5c3bd81e835faed60f3d9532815de45e
parent64b3a08bc696b2ef8733d72ce81e49be175cbbff
Disable the i32->float G5 optimization.  It is unsafe, as documented in the
comment.

This fixes 177.mesa, and McCat/09-vor with the td scheduler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27060 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp