Dan Gohman d6c0f65b53 Fix a 4x slowdown in llc -asm-verbose caused by the use of
WriteAsOperand in more places.

Now that more things are using WriteAsOperand, its behavior of
constructing a TypePrinting object and populating it with strings for all
the numbered types in the Module on each call is a significant bottleneck.
Fancier solutions could be pursued here, but for now, just bypass the
TypePrinting overhead in obvious cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78906 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-13 15:27:57 +00:00
..
2009-07-17 18:07:26 +00:00
2009-08-11 16:02:12 +00:00
2009-08-04 23:02:53 +00:00
2009-08-11 06:31:57 +00:00
2009-07-29 22:17:13 +00:00
2009-08-11 18:01:24 +00:00
2009-07-30 23:59:04 +00:00
2009-08-11 15:53:15 +00:00