[all-commits] [llvm/llvm-project] 665423: [SelectionDAG] implement computeKnownBits for add ...

Sizov Nikita via All-commits all-commits at lists.llvm.org
Tue Apr 2 02:40:10 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6654235594d86e7ed70abb7358ed25029d1560e5
      https://github.com/llvm/llvm-project/commit/6654235594d86e7ed70abb7358ed25029d1560e5
  Author: Sizov Nikita <s.nikita.v at gmail.com>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp

  Log Message:
  -----------
  [SelectionDAG] implement computeKnownBits for add AVG* instructions (#86754)

knownBits calculation for **AVGFLOORU** / **AVGFLOORS** / **AVGCEILU** / **AVGCEILS** instructions

Prerequisite for #76644



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