[all-commits] [llvm/llvm-project] b3d8c0: [Vectorize] Fix an 'unused variable' warning
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Mar 18 11:25:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3d8c0d069f22ef812f921d256b177f547795d07
https://github.com/llvm/llvm-project/commit/b3d8c0d069f22ef812f921d256b177f547795d07
Author: Kazu Hirata <kazu at google.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[Vectorize] Fix an 'unused variable' warning
This patch fixes:
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:8148:18: error:
unused variable 'SDTE' [-Werror,-Wunused-variable]
Commit: 6cf1bd3ad376c391f83c9baba72977a8eb8eb01a
https://github.com/llvm/llvm-project/commit/6cf1bd3ad376c391f83c9baba72977a8eb8eb01a
Author: Kazu Hirata <kazu at google.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/Target/VE/VVPISelLowering.cpp
Log Message:
-----------
[VE] Fix an 'unused variable' warning
This patch fixes:
llvm/lib/Target/VE/VVPISelLowering.cpp:186:11: error: unused
variable 'PassThru' [-Werror,-Wunused-variable]
Commit: 3e0f7c78819147a3b0206b38861f847379b657d2
https://github.com/llvm/llvm-project/commit/3e0f7c78819147a3b0206b38861f847379b657d2
Author: Kazu Hirata <kazu at google.com>
Date: 2022-03-18 (Fri, 18 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[Vectorize] Fix an 'unused function' warning
This patch fixes:
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:3917:13: error:
unused function 'needToScheduleSingleInstruction'
[-Werror,-Wunused-function]
Compare: https://github.com/llvm/llvm-project/compare/e1bae23f6f2b...3e0f7c788191
More information about the All-commits
mailing list