Commit 5adfad25 authored by Alexey Bataev's avatar Alexey Bataev
Browse files

[SLP]Emit actual bitwidth for analyzed MinBitwidth nodes, NFCI.

SLP includes analysis for the minimum bitwidth, the actual integer
operations can be emitted. It allows to reduce register pressure and
improve perf. Currently, it includes only cost model and the next
transformation relies on InstructionCombiner. Better to do it directly
in SLP, it allows to reduce compile time and fix cost model issues.
parent 03588259
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