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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 04:11:04 PDT 2020


nikic added a comment.

@hans For 11.x, you'll want to either revert rG9bff376e5c10ea384a6eee93f7d7668d670a66e7 <https://reviews.llvm.org/rG9bff376e5c10ea384a6eee93f7d7668d670a66e7> and rGe808cab824488af137b62902e65dec3827b83b46 <https://reviews.llvm.org/rGe808cab824488af137b62902e65dec3827b83b46> (there were more changes based on top, but I think they did not make it on the release branch), 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.


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