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

kazutakahirata via All-commits all-commits at lists.llvm.org
Tue Sep 13 09:30:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d3649c2be463a58175639ce0be21daf10df10d3f
      https://github.com/llvm/llvm-project/commit/d3649c2be463a58175639ce0be21daf10df10d3f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

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

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

This patch fixes:

  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:5879:5: error:
  expression result unused [-Werror,-Wunused-value]




More information about the All-commits mailing list