Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...
Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move, since there are only two possible values. Previously, this would become an integer extension operation, followed by a real integer->float conversion. llvm-svn: 159957
Loading
Please register or sign in to comment