Hi all, I am trying to insert some Load and Store instruction. But getting stack dump errors. Can anyone give me an example? Regards, Chayan
> 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.