Commits

Xin Tong committed eaa7ee5571b
[RLE-DSE] Revert to use a vector of BBState. SmallDenseMap grows quadratically everytime and BBState is too big for that. Instead, use std::vector<BBState> to preallocate based on the # of basic blocks in the function.