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

[X86] combineConcatVectorOps - concatenate FADD/FSUB/FMUL ops if we don't...

[X86] combineConcatVectorOps - concatenate FADD/FSUB/FMUL ops if we don't increase the number of INSERT_SUBVECTOR nodes.

FADD/FSUB/FMUL are usually less port-bound than INSERT_SUBVECTOR, so only concatenate if it reduces the instruction count and doesn't introduce extra INSERT_SUBVECTOR nodes.
parent e933c05c
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