[PATCH] D84003: [InstCombine] Fix replace select with Phis when branch has the same labels

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 06:31:56 PDT 2020


hans added a comment.

> or apply rGc98988107868db41c12b9d782fae25dea2a81c87 <https://reviews.llvm.org/rGc98988107868db41c12b9d782fae25dea2a81c87> and rGdf6e185e8f895686510117301e568e5043909b66 <https://reviews.llvm.org/rGdf6e185e8f895686510117301e568e5043909b66>. In this case, the fix is probably simpler than the revert.

Yes, that seems simpler, so I've done that.

Please let me know if there are any more fixes needed in this area.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84003





More information about the llvm-commits mailing list