[PATCH] D16156: Proper handling of diamond-like cases in if-conversion
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 14:10:29 PST 2016
kparzysz added a comment.
Yes, the "diamond" in this context is a misnomer as the diamond code tries to handle cases without a join block (which is obviously not an actual diamond). I think it used to only handle real diamonds and then was extended to handle more relaxed cases. The function names remain but they do more than what the names suggest.
Repository:
rL LLVM
http://reviews.llvm.org/D16156
More information about the llvm-commits
mailing list