forked from OSchip/llvm-project
7e695b97d7
This patch removes a (potentially) slow while loop in DefaultResourceStrategy::select(). A better (and faster) approach is to do some bit manipulation in order to shrink the range of candidate resources. On a release build, this change gives an average speedup of ~10%. llvm-svn: 348007 |
||
---|---|---|
.. | ||
Views | ||
include | ||
lib | ||
CMakeLists.txt | ||
CodeRegion.cpp | ||
CodeRegion.h | ||
CodeRegionGenerator.cpp | ||
CodeRegionGenerator.h | ||
LLVMBuild.txt | ||
PipelinePrinter.cpp | ||
PipelinePrinter.h | ||
llvm-mca.cpp |