[all-commits] [llvm/llvm-project] df6e18: [InstCombine][Test] Test for fix of replacing sele...

max-azul via All-commits all-commits at lists.llvm.org
Fri Jul 17 03:17:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: df6e185e8f895686510117301e568e5043909b66
      https://github.com/llvm/llvm-project/commit/df6e185e8f895686510117301e568e5043909b66
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/InstCombine/select.ll

  Log Message:
  -----------
  [InstCombine][Test] Test for fix of replacing select with Phis when branch has the same labels

An additional test that allows to check the correctness of handling the case of the same
branch labels in the dominator when trying to replace select with phi-node.

Patch By: Kirill Polushin
Differential Revision: https://reviews.llvm.org/D84006
Reviewed By: mkazantsev




More information about the All-commits mailing list