[all-commits] [llvm/llvm-project] 3f53a5: [ValueTracking] Fix incorrect computeConstantRange...

Nikita Popov via All-commits all-commits at lists.llvm.org
Fri Mar 31 07:58:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f53a58597bc84418f8b83934ef2f5c5d615626b
      https://github.com/llvm/llvm-project/commit/3f53a58597bc84418f8b83934ef2f5c5d615626b
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-03-31 (Fri, 31 Mar 2023)

  Changed paths:
    M llvm/lib/Analysis/ValueTracking.cpp
    M llvm/test/Transforms/InstCombine/saturating-add-sub.ll

  Log Message:
  -----------
  [ValueTracking] Fix incorrect computeConstantRange() arguments

The second argument is ForSigned, not UseInstrInfo.




More information about the All-commits mailing list