Commits

Xin Tong committed c8956822b1a
Remove DCE pass in redundant_load_elim. Long time ago we were relying on DCE to run after RLE to remove dead code. But we recursivelyDelete those instructions now. I also removed a test case, this test case can no longer be handled as AA does nto look through unchecked_addr_cast anymore. i.e. %1 and %0 are return'ed as MayAlias now.