[llvm-commits] [PATCH] Compress Repeated Byte Output

Joerg Sonnenberger joerg at britannica.bec.de
Thu Aug 25 15:38:51 PDT 2011


On Thu, Aug 25, 2011 at 03:43:59PM -0500, David Greene wrote:
> 
> Emit a repeated sequence of bytes using .zero.  This saves an enormous
> amount of asm file space for certain programs.

Is that only using .zero or actually using .fill as needed?

Joerg



More information about the llvm-commits mailing list