Commits

Nadav Rotem committed 48be84b2562
[Mangler] Optimzie the code that inserts bits to APInt. This commit optimizes the code that inserts bits into a bitstream (APInt). Instead of adding the bits one by one we calculate the size we need, shift the APInt and add the numeric value representing the bitstream.