[PATCH] D20604: Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.

Kyle Butt via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 13:35:57 PDT 2016


iteratee abandoned this revision.
iteratee added a comment.

I just realized that this isn't a bug in the current code, as fallthrough doesn't get duplicated currently, but only a bug with http://reviews.llvm.org/D20505. I'm going to roll this fix in there along with the test case.


http://reviews.llvm.org/D20604





More information about the llvm-commits mailing list