commit | 9dc4d3cbac284b8301832fb1b575364490c745f3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 22 22:00:02 2005 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 22 22:00:02 2005 +0000 |
tree | a5c898ab147d9083f69fef538e09809dbb769b63 | |
parent | 0a00bece0d0b0e457856d13b383b23ad509080d5 [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22974 91177308-0d34-0410-b5e6-96231b3b80d8