Displaying 2 results from an estimated 2 matches for "def_it".
Did you mean:
def_int
2011 Jun 02
0
[LLVMdev] LLVM Instruction Operands
On Jun 2, 2011, at 9:46 AM, Griffin Wright wrote:
>
> Hello all:
>
> I apologize for what I imagine is a rather silly question, but I'm still
> somewhat new to LLVM and am stuck. I am reworking some code that was
> originally in the backend involving MachineInstructions and
> MachineOperands, and I now need for it to function as an LLVM IR pass,
> using just
2011 Jun 02
3
[LLVMdev] LLVM Instruction Operands
Hello all:
I apologize for what I imagine is a rather silly question, but I'm still
somewhat new to LLVM and am stuck. I am reworking some code that was
originally in the backend involving MachineInstructions and
MachineOperands, and I now need for it to function as an LLVM IR pass,
using just Instructions, etc, and nothing related to 'Machine'.
However, I am not sure how to get the