[LLVMdev] asm parser functionality

reed kotler rkotler at mips.com
Tue Nov 12 12:48:14 PST 2013


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.






More information about the llvm-dev mailing list