Skip to content
Commit 956820d9 authored by Chris Lattner's avatar Chris Lattner
Browse files

Nate noticed that 30% of the malloc/frees in llc come from calls to LowercaseString

in the asmprinter.  This changes the .td files to use lower case register names,
avoiding the need to do this call.  This speeds up the asmprinter from 1.52s
to 1.06s on kc++ in a release build.

llvm-svn: 22974
parent d2f2aff4
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