Commits

Xin Tong committed e42bd372eb3
Skip processing block without loads. After collected enough information in the first iteration of the data flow. We do not do second iteration (last iteration) for blocks without loads as we will not forward any load there. This improves compilation time of redundant load elimination.