search for: f692

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

Did you mean: 692
2010 Feb 22
1
[LLVMdev] Is there any method to fetch all the historical Mailling List archive to my email.
I found no idea, sad.
2009 Jun 24
3
[LLVMdev] Replacing instruction in LLVM IR by an intrinsics
Hi everyone, I am trying to write a pass, that finds some instructions and replaces them with my intrinsics, but I am having problem understanding, how this should be done. Let's say I have this instruction: %tmp14 = load i32* getelementptr ([32 x i32]* @gpregs, i32 0, i64 28) and i need to read the load's operands and replace it by let's say: %tmp14 = call i32