[LLVMdev] Link between MachineInstr and MachineOperand

Frank Winter fwinter at jlab.org
Wed May 29 06:58:20 PDT 2013


In the representation of the code after instruction selection (but 
before register allocation), in a MachineBasicBlock:
How/where is the result of a machine instruction linked to one of the 
machine operands of a subsequent machine instruction?
Asked differently: How/where are the links of the DAG implemented 
(specially between MachineInstr and MachineOperand)?

Frank




More information about the llvm-dev mailing list