[LLVMdev] How to use Load/Store Instruction

Duncan Sands baldrick at free.fr
Fri Jul 23 00:53:06 PDT 2010


> I am trying to insert some Load and Store instruction. But getting
> stack dump errors. Can anyone give me an example?

Try reading the tutorial.  Alternatively, run "llc -march=cpp" on some
bitcode, and it will output the C++ commands needed to create that bitcode.

Ciao,

Duncan.



More information about the llvm-dev mailing list