[all-commits] [llvm/llvm-project] efb504: Fixed warning about signed/unsigned comparison

Stanislav Mekhanoshin via All-commits all-commits at lists.llvm.org
Fri Jul 17 11:04:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: efb5040262930908a88632ff91f3df3cba4a7c1d
      https://github.com/llvm/llvm-project/commit/efb5040262930908a88632ff91f3df3cba4a7c1d
  Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  Fixed warning about signed/unsigned comparison

I've got the report clang11 issues signed/unsigned mismatch
warning here. For some reason only clang11 seems to issue
this warning.

Differential Revision: https://reviews.llvm.org/D83916




More information about the All-commits mailing list