[all-commits] [llvm/llvm-project] a585fa: [CodeGen] Use *{Set, Map}::contains (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Tue Mar 14 08:07:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a585fa2637774232fd792047191f8358f462230f
https://github.com/llvm/llvm-project/commit/a585fa2637774232fd792047191f8358f462230f
Author: Kazu Hirata <kazu at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/InlineSpiller.cpp
M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
M llvm/lib/CodeGen/LiveDebugValues/VarLocBasedImpl.cpp
M llvm/lib/CodeGen/MIRVRegNamerUtils.cpp
M llvm/lib/CodeGen/MachineBlockPlacement.cpp
M llvm/lib/CodeGen/MachineLICM.cpp
M llvm/lib/CodeGen/SlotIndexes.cpp
Log Message:
-----------
[CodeGen] Use *{Set,Map}::contains (NFC)
More information about the All-commits
mailing list