Displaying 1 result from an estimated 1 matches for "c6aa4b98".
2015 Sep 14
2
Rewriting LLVM IR intrinsic functions
On 14 Sep 2015, at 06:58, Dipanjan Das via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
>
> Hi David,
>
> I think you people can help me better if I explain what I am trying to achieve.
> • I have compiled gmp with LLVM 2.9
> • Linked the library statically with a stub program (gmp_demo.bc)
> • Transformed the bitcode to LLVM IR: llvm-dis gmp_demo.bc -o