Skip to content
Commit 24a822a5 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

Fix a dagcombine optimization. The optimization attempts to optimize a bitcast of fneg to integers

by xoring the high-bit. This fails if the source operand is a vector because we need to negate
each of the elements in the vector.

Fix rdar://12281066 PR13813.

llvm-svn: 163802
parent 2bd25fed
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