llvm-6502/lib/Bitcode/Writer
Duncan P. N. Exon Smith f575ec435e IR: Optimize size of use-list order shuffle vectors
Since we're storing lots of these, save two-pointers per vector with a
custom type rather than using the relatively heavy `SmallVector`.

Part of PR5680.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214135 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-28 22:41:50 +00:00
..
BitcodeWriter.cpp Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp
CMakeLists.txt
LLVMBuild.txt
Makefile
ValueEnumerator.cpp IR: Optimize size of use-list order shuffle vectors 2014-07-28 22:41:50 +00:00
ValueEnumerator.h Bitcode: Serialize (and recover) use-list order 2014-07-28 21:19:41 +00:00