Skip to content
Commit 37a7f09d authored by Chris Lattner's avatar Chris Lattner
Browse files

Codegen FP select instructions into X86 conditional moves. Annoyingly enough

the X86 does not support a full set of fp cmove instructions, so we can't always
fold the condition into the select.  :(  Yuck.

llvm-svn: 12577
parent c07c9581
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