[PATCH] D13363: [DeadStoreElimination] Add support for DSE across blocks

Ivan Baev via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 13:25:28 PDT 2015


ivanbaev added a comment.

Note that the code for BB DSE stays the same, it is just indented two spaces to the right.
The new code begins at:

  // DSE across BB
  else if (InstDep.isNonLocal()) { ...

and it includes helper FindUncondPredsIncludingSimpleLoops().


http://reviews.llvm.org/D13363





More information about the llvm-commits mailing list