[all-commits] [llvm/llvm-project] 0508ac: [Vectorize] Fix a warning

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri May 26 17:02:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0508ac32cfcc1a9fc5a81d16de8d418dc5a0666b
      https://github.com/llvm/llvm-project/commit/0508ac32cfcc1a9fc5a81d16de8d418dc5a0666b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-05-26 (Fri, 26 May 2023)

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

  Log Message:
  -----------
  [Vectorize] Fix a warning

This patch fixes:

  llvm/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp:1429:23:
  error: comparison of integers of different signs: 'int' and 'const
  size_t' (aka 'const unsigned long') [-Werror,-Wsign-compare]




More information about the All-commits mailing list