In Machine CSE pass, the source register of a COPY machine instruction can
be propagated to all its users, and this propagation could increase the probability of finding common subexpressions. If the COPY has only one user, the COPY itself can be removed. llvm-svn: 215344
Loading
Please sign in to comment