search for: tp62038

Displaying 2 results from an estimated 2 matches for "tp62038".

Did you mean: tp61938
2013 Oct 14
2
[LLVMdev] Generating New Functions
...add nsw i32 %add, %4 9) store i32 %add1, i32* %x, align 4 whenever I see a store instruction, I want to generate a new function and insert/copy all instruction (from 1 to 9) on that generated function. -- View this message in context: http://llvm.1065342.n5.nabble.com/Generating-New-Functions-tp62038.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2013 Oct 14
0
[LLVMdev] Generating New Functions
...a new function, look at the functions in lib/Transforms/Utils/CloneFunction.cpp (note that the pathname of the file may have moved; this is its location in LLVM 3.2). -- John T. > > > > -- > View this message in context: http://llvm.1065342.n5.nabble.com/Generating-New-Functions-tp62038.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev