[all-commits] [llvm/llvm-project] ac3969: [Vectorize] Fix -Wunused-variable in DependencyGra...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Mon Oct 14 16:38:38 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac396965dc99d1391ee575ef6e543e5532c309db
https://github.com/llvm/llvm-project/commit/ac396965dc99d1391ee575ef6e543e5532c309db
Author: Jie Fu <jiefu at tencent.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h
Log Message:
-----------
[Vectorize] Fix -Wunused-variable in DependencyGraph.h (NFC)
/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h:231:10:
error: unused variable 'Inserted' [-Werror,-Wunused-variable]
auto Inserted = MemPreds.insert(PredN).second;
^
1 error generated.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list