[all-commits] [llvm/llvm-project] 54ec8b: Recommit "[InstCombine] Expand `foldSelectICmpAndO...

goldsteinn via All-commits all-commits at lists.llvm.org
Fri Sep 1 15:16:15 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54ec8bcaf85e3a3341c97640331d58e24ac0d2cd
      https://github.com/llvm/llvm-project/commit/54ec8bcaf85e3a3341c97640331d58e24ac0d2cd
  Author: Noah Goldstein <goldstein.w.n at gmail.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
    M llvm/test/Transforms/InstCombine/select-with-bitwise-ops.ll

  Log Message:
  -----------
  Recommit "[InstCombine] Expand `foldSelectICmpAndOr` -> `foldSelectICmpAndBinOp` to work for more binops" (3rd Try)

Fixed bug that assumed binop was commutative.
Was re-reviewed by nikic and chapuni

Differential Revision: https://reviews.llvm.org/D148414




More information about the All-commits mailing list