[LLVMdev] LLVM Assembly Language Question

Duncan Sands baldrick at free.fr
Wed Dec 14 07:19:24 PST 2011


Hi Jane,

> Hi, are the assembly instructions generated by LLVM for each function (and
> not just for each BasicBlock) unique?  Thanks.

are you asking if LLVM merges identical functions?  It does not (it does have
an optional IR level pass for doing this though).

Ciao, Duncan.



More information about the llvm-dev mailing list