[PATCH] D19924: Representing bundle locked groups as fragments in MCAssembler

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 11:52:21 PDT 2016


On 9 May 2016 at 14:48, Colin LeMahieu <colinl at codeaurora.org> wrote:
> colinl removed rL LLVM as the repository for this revision.
> colinl updated this revision to Diff 56604.
> colinl added a comment.
>
> I retained the behavior of oring AlignToEnd across nested bundles and added back in comments explaining how bundling works as well as breaking up the expression in the writeNopData function for better self-documentation.
>
> Let me know if there are parts that were missed.
>
> As far as memory usage testing, does anyone have a test they could run for this or have a recommended way of testing this?  I assume this could be tested by assembling some sort of large BC file with and without bundling.

What I normally do is lto clang :-)

Cheers,
Rafael


More information about the llvm-commits mailing list