[llvm-commits] [PATCH] Compress Repeated Byte Output
Chris Lattner
clattner at apple.com
Thu Aug 25 15:48:51 PDT 2011
On Aug 25, 2011, at 3:38 PM, Joerg Sonnenberger wrote:
> 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?
It uses .fill if available.
-Chris
More information about the llvm-commits
mailing list