diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-08 01:09:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-08 01:09:31 +0000 |
commit | 97af9d5d3af7df92898f7f0b3f947a9dad550e99 (patch) | |
tree | 33f4211de068385db83ba2c20ad5dfe9baac7c9b /llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | 7c673c322c73bd59336b51c482d59300e5ccdd93 (diff) | |
download | bcm5719-llvm-97af9d5d3af7df92898f7f0b3f947a9dad550e99.tar.gz bcm5719-llvm-97af9d5d3af7df92898f7f0b3f947a9dad550e99.zip |
Eliminate some malloc traffic by allocating vectors on the stack. Change some
method that took std::vector<SDOperand> to take a pointer to a first operand
and #operands.
This speeds up isel on kc++ by about 3%.
llvm-svn: 29561
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
0 files changed, 0 insertions, 0 deletions