MCPcopy Create free account
hub / github.com/aherlihy/PythonLLVM / reduce

Method reduce

cpp_python_wrapper/TupleSet.h:115–125  ·  view source on GitHub ↗

void merge(TupleSet *other) { OperatorInfo *op = new OperatorInfo(); op->set_type(OperatorInfo::MERGE); MergeInfo *ext = op->MutableExtension(MergeInfo::ext); OperatorInfo *extlhs = ext->mutable_left_hand_side(); extlhs->CopyFrom(*m_op); OperatorInfo *extrhs = ext->mutable_right_hand_side(); extrhs->CopyFrom(*other->m_op); m_op = op;

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected