[PATCH] D45218: [if-converter] Handle BB that terminate in ret during diamond conversion

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 08:17:07 PDT 2018


kparzysz added a comment.

I encountered a related problem in Hexagon code and I amended the patch to handle that as well.  I couldn't upload it to this review, so I created a new one: https://reviews.llvm.org/D45819, but it's really meant to be an extension of this fix.


Repository:
  rL LLVM

https://reviews.llvm.org/D45218





More information about the llvm-commits mailing list