[all-commits] [llvm/llvm-project] a7a1be: [InstCombine] convert second std::min argument to ...

Martin Sebor via All-commits all-commits at lists.llvm.org
Tue Aug 16 16:35:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7a1be11e69d83d6bc15ff5909dd1f1bff3fed7c
      https://github.com/llvm/llvm-project/commit/a7a1be11e69d83d6bc15ff5909dd1f1bff3fed7c
  Author: Martin Sebor <msebor at redhat.com>
  Date:   2022-08-16 (Tue, 16 Aug 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp

  Log Message:
  -----------
  [InstCombine] convert second std::min argument to same type as first

Ensure both arguments to std::min have the same type in all data models.




More information about the All-commits mailing list