• Kevin Modzelewski's avatar
    Store live_outs as a bitset · 9407f64a
    Kevin Modzelewski authored
    We were storing and passing them as std::unordered_map (and sometimes
    switching to std::vector).  But the set can only contain the integers
    0 through 15, so just represent it as a bitset.
    9407f64a
ics.cpp 11.8 KB