[all-commits] [llvm/llvm-project] 0e346e: [DAG] fold avgu(zext(x), zext(y)) -> zext(avgu(x, ...

c8ef via All-commits all-commits at lists.llvm.org
Wed Jun 12 04:59:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e346eeac676d909402abe01fb23248bb3efc5e0
      https://github.com/llvm/llvm-project/commit/0e346eeac676d909402abe01fb23248bb3efc5e0
  Author: c8ef <c8ef at outlook.com>
  Date:   2024-06-12 (Wed, 12 Jun 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/AArch64/aarch64-known-bits-hadd.ll
    A llvm/test/CodeGen/AArch64/avg.ll

  Log Message:
  -----------
  [DAG] fold avgu(zext(x), zext(y)) -> zext(avgu(x, y)) (#95134)

close: #86301



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