Displaying 3 results from an estimated 3 matches for "e01bee93".
2013 Oct 17
1
[LLVMdev] module level assembly optimization
...s) which can be more complex for RISC targets. However, I think this would be really great infrastructure to have at the MC level in any case.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131017/e01bee93/attachment.html>
2013 Oct 15
0
[LLVMdev] module level assembly optimization
On 14 October 2013 21:56, reed kotler <rkotler at mips.com> wrote:
> I would like to do constant pools over an entire module instead of just on a
> per function basis as constant islands does it now.
>
> It seems there are two options for this:
>
> 1) collect the machine functions with their machine instructions for the
> whole module, edit them as needed and then
>
2013 Oct 15
5
[LLVMdev] module level assembly optimization
I would like to do constant pools over an entire module instead of just
on a per function basis as constant islands does it now.
It seems there are two options for this:
1) collect the machine functions with their machine instructions for the
whole module, edit them as needed and then
call asmprinter for them one at a time.
2) collect all the instruction streams and store them in lists, one