[PATCH] D41939: [LV] Fix incorrect detection of type-promoted Phis

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 4 21:14:41 PST 2018


mkazantsev added a comment.

I cannot merge this because of https://reviews.llvm.org/D42309 which has been merged yesterday and removed the piece of code which I touched. It was addressing the bug PR35734 which actually looks pretty similar to what I was trying to fix here. I don't know this code good enough to understand whether it actually has fixed the problem or just hid it, though. However it helps the test. I think I will just end up merging the tests as NFC and abandoning this one since this logic is no more.


https://reviews.llvm.org/D41939





More information about the llvm-commits mailing list