[LLVMdev] asm parser functionality
Eric Christopher
echristo at gmail.com
Tue Nov 12 13:04:13 PST 2013
A more concrete proposal would be good. I have no idea what you think
you mean by this.
-eric
On Tue, Nov 12, 2013 at 12:48 PM, reed kotler <rkotler at mips.com> wrote:
> It seems that some parts of asm parser should be moved earlier into llvm.
>
> It should be possible to parse inline assembler and produce a list of
> machine instructions that can be merged into the normal instructions of a
> basic block.
>
> This would make many other things be simple to do later.
>
> This guessing about and adjusting for uncertainty in later code when inline
> assembler is present is for the birds.
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list