[all-commits] [llvm/llvm-project] b13d5d: [DAG] ComputeKnownBits - use KnownBits::usub_sat i...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jan 28 05:07:13 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b13d5df84c2f3888e6775ce207b21e17bbf5cd1d
      https://github.com/llvm/llvm-project/commit/b13d5df84c2f3888e6775ce207b21e17bbf5cd1d
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-01-28 (Sun, 28 Jan 2024)

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

  Log Message:
  -----------
  [DAG] ComputeKnownBits - use KnownBits::usub_sat instead of a custom variant

KnownBits::usub_sat is already exhaustively tested in the unit tests




More information about the All-commits mailing list