Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp...
authorStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 23 Jun 2012 10:58:58 +0000 (10:58 +0000)
committerStepan Dyatkovskiy <stpworld@narod.ru>
Sat, 23 Jun 2012 10:58:58 +0000 (10:58 +0000)
commit47cbc4e0ee6098b7be3c60108000a979f1809949
tree8727701668364de2fc385a7a154567b55d578e48
parentfc76b8691e364f22abb50d5473afe42fbdf6ede2
Optimized usage of new SwitchInst case values (IntegersSubset type) in Local.cpp, Execution.cpp and BitcodeWriter.cpp.
I got about 1% of compile-time improvement on my machines (Ubuntu 11.10 i386 and Ubuntu 12.04 x64).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159076 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Transforms/Utils/Local.cpp