Commit e933c05c authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[X86] Add fadd/fsub/fmul tests showing failure to concat operands together and...

[X86] Add fadd/fsub/fmul tests showing failure to concat operands together and perform as a wider vector

We don't want to concat fadd/fsub/fmul if both operands would need concatenating (as the fp op is usually cheaper than the concat), but if at least one operand is free to concat (i.e. constant or extracted from a wider vector), then we should try to concat the fp op.
parent 06bb8c9f
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment