[llvm-commits] [PATCH] Compress Repeated Byte Output
Chris Lattner
clattner at apple.com
Fri Aug 26 16:39:36 PDT 2011
Also, you need a testcase.
-Chris
On Aug 26, 2011, at 10:48 AM, David Greene wrote:
>
> Emit a repeated sequence of bytes using .zero. This saves an enormous
> amount of asm file space for certain programs.
> ---
>
> Here's an updated version of the patch.
>
> -Dave
>
> lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 61 +++++++++++++++++++++++++++++++--
> 1 files changed, 58 insertions(+), 3 deletions(-)
>
> <0001-Compress-Repeated-Byte-Output.patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list