Skip to content
Commit 785f9986 authored by Chris Lattner's avatar Chris Lattner
Browse files

significantly speed up constant folding of calls (and thus all clients that use

ConstantFoldInstruction on calls) by avoiding Value::getName().  getName() constructs
and returns an std::string, which does heap allocation stuff.  This slightly speeds up
instcombine.

llvm-svn: 40924
parent 415750e1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment