Add a DAGCombine xform to fold away redundant float->double->float conversions...
Add a DAGCombine xform to fold away redundant float->double->float conversions around sqrt instructions. I am assured by people more knowledgeable than me that there are no rounding issues in eliminating this. This fixed <rdar://problem/8197504>. llvm-svn: 108639
Loading
Please register or sign in to comment