Skip to content
Commit d4b841f8 authored by Owen Anderson's avatar Owen Anderson
Browse files

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
parent 05d0d447
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment