TableGen subtarget emitter. Generate data tables for the new machine model.
authorAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 22:18:48 +0000 (22:18 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 17 Sep 2012 22:18:48 +0000 (22:18 +0000)
commit52c3a1d654a9d0af500a99cff4cd40c314ffb122
tree969c47fe65d1ed37fdea1eaec7b4c4c57a530e40
parent40096d26937cd47c865464bef7b28550bc20c631
TableGen subtarget emitter. Generate data tables for the new machine model.

Map the CodeGenSchedule object model onto data tables. The structure
of the data tables is defined in MC, so for convenience we include
MCSchedule.h. The alternative is maintaining a redundant copy of the
table structure definitions. Mapping the object model onto data tables
is sufficiently complicated that it should not be interleaved with
emitting source code. This avoids major problem with the backend for
itinerary generation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164059 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/SubtargetEmitter.cpp