Skip to content
Commit 82241c86 authored by Evan Cheng's avatar Evan Cheng
Browse files

- FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first before

  or'ing in the sign bit of operand 1.
- Tweaking: rather than left shift the sign bit, fp_extend operand 1 first
  before taking its sign bit if its type is smaller than that of operand 0.

llvm-svn: 32932
parent db94353b
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