[PATCH] D77651: [IfConversion] Disallow TrueBB == FalseBB for valid diamonds

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 08:39:43 PDT 2020


uabelho added a comment.

I have no idea if this is the best fix for
 https://bugs.llvm.org/show_bug.cgi?id=45302
but I saw that we've made a similar fix for triangles in 957e090ac9 and thought maybe this could be an easy way out in this case.

Found this when compiling for my out of tree backend with a non-standard pipeline, so in normal cases I suppose the code will be cleanup up before we reach ifconversion.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77651/new/

https://reviews.llvm.org/D77651





More information about the llvm-commits mailing list