[all-commits] [llvm/llvm-project] 5e7bc5: [DAGCombiner] Remove hasOneUse check from sext+sex...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Fri May 16 01:26:12 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e7bc5e080fb393c3ddb954fa9fd3714284f72c2
      https://github.com/llvm/llvm-project/commit/5e7bc5e080fb393c3ddb954fa9fd3714284f72c2
  Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
  Date:   2025-05-16 (Fri, 16 May 2025)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [DAGCombiner] Remove hasOneUse check from sext+sext_inreg to sext_inreg combine (#140207)

The hasOneUseCheck does not really add anything and makes the combine too
restrictive. Upcoming patches benefit from removing the hasOneUse check.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list