[PATCH] D26008: CodeGen: Handle missed case of block removal during BlockPlacement.

David Li via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 14:15:12 PDT 2016


davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.

lgtm.

As discussed, as  this resolve the use after free error, it does point to possible missing loop rotation due to tail dup -- that needs to be investigated as follow up.


Repository:
  rL LLVM

https://reviews.llvm.org/D26008





More information about the llvm-commits mailing list