[llvm-commits] [llvm] r108639 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Owen Anderson resistor at mac.com
Sun Jul 18 11:47:33 PDT 2010


On Jul 18, 2010, at 11:46 AM, Chris Lattner wrote:
> 
> The code in the radar is:
> 
> 	#include <math.h>
> 	float foo(float x) {
> 	    return sqrt(x);
> 	}
> 
> which is float/float.
> 

Sorry, I was recreating it from memory.  The rest of my message was correct, as is the transform.

--Owen




More information about the llvm-commits mailing list