[all-commits] [llvm/llvm-project] 03dc80: [Transforms] Use {DenseMap, SmallPtrSet}::contains ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Fri Dec 22 14:51:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03dc806b128a94771ff9e9b56b28babdfb3c0931
https://github.com/llvm/llvm-project/commit/03dc806b128a94771ff9e9b56b28babdfb3c0931
Author: Kazu Hirata <kazu at google.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
M llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[Transforms] Use {DenseMap,SmallPtrSet}::contains (NFC)
More information about the All-commits
mailing list