[PATCH] D14690: Don't force std::set for SmallSet
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 15 17:43:54 PST 2015
rafael created this revision.
rafael added a reviewer: chandlerc.
rafael added a subscriber: llvm-commits.
rafael set the repository for this revision to rL LLVM.
Herald added a reviewer: tstellarAMD.
Herald added a subscriber: arsenm.
It is a bit surprising that MapVector uses a DenseMap but SetVector uses a std::set.
Repository:
rL LLVM
http://reviews.llvm.org/D14690
Files:
include/llvm/ADT/SmallSet.h
lib/Analysis/AliasAnalysisEvaluator.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
lib/Target/X86/X86FrameLowering.cpp
lib/Transforms/IPO/MergeFunctions.cpp
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/FixedLenDecoderEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14690.40241.patch
Type: text/x-patch
Size: 6808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151116/63962a6b/attachment.bin>
More information about the llvm-commits
mailing list