OSDN Git Service

[PBQP] Add support for graph-level metadata to the PBQP graph. This will be used
authorLang Hames <lhames@gmail.com>
Thu, 2 Oct 2014 04:17:36 +0000 (04:17 +0000)
committerLang Hames <lhames@gmail.com>
Thu, 2 Oct 2014 04:17:36 +0000 (04:17 +0000)
commit48d779f48d34a16feabbc4c6b54218d8c1c42767
tree2f32f262770419ba3f909c23fcb60c584c3d61d1
parentc37a6393b72d80adb4eb5b8e2ee104fcdc8c8785
[PBQP] Add support for graph-level metadata to the PBQP graph. This will be used
in the future to attach useful information about the PBQP graph (e.g. the
associated MachineFunction, pointers to regalloc passes) to the graph itself,
making that information accessible to the solver. This should also allow the
PBQPBuilder interface to be simplified.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218848 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/PBQP/Graph.h
include/llvm/CodeGen/PBQP/RegAllocSolver.h