[all-commits] [llvm/llvm-project] 396ad4: [DAG] Recombine (binop (shift x y))

deadalnix via All-commits all-commits at lists.llvm.org
Sun Jan 15 18:20:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 396ad408fdf7a34581a9df5bd22e5913baf26f35
      https://github.com/llvm/llvm-project/commit/396ad408fdf7a34581a9df5bd22e5913baf26f35
  Author: Amaury Séchet <deadalnix at gmail.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/X86/bool-math.ll

  Log Message:
  -----------
  [DAG] Recombine (binop (shift x y))

This helps address regressions in D127115 .

Reviewed By: lebedev.ri

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




More information about the All-commits mailing list