eliminate additions of 0.0 when they are obviously dead. This has to be careful to
avoid turning -0.0 + 0.0 -> -0.0 which is incorrect. llvm-svn: 46499
Loading
Please register or sign in to comment
avoid turning -0.0 + 0.0 -> -0.0 which is incorrect. llvm-svn: 46499