Allow up to 64 functional units per processor itinerary.
authorHal Finkel <hfinkel@anl.gov>
Mon, 18 Jun 2012 21:08:18 +0000 (21:08 +0000)
committerHal Finkel <hfinkel@anl.gov>
Mon, 18 Jun 2012 21:08:18 +0000 (21:08 +0000)
commite877c4f9c7b4e4142f33a29e6cd1a07262525a12
treeecbb5ae6ebaa572c5715be2b35512d9921317c74
parent0ed5cf4fc1f6d7947687114c9d0cbe0d1ba1d883
Allow up to 64 functional units per processor itinerary.

This patch changes the type used to hold the FU bitset from unsigned to uint64_t.
This will be needed for some upcoming PowerPC itineraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158679 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DFAPacketizer.h
include/llvm/CodeGen/ScoreboardHazardRecognizer.h
include/llvm/MC/MCInstrItineraries.h
lib/CodeGen/DFAPacketizer.cpp
lib/CodeGen/ScoreboardHazardRecognizer.cpp
lib/Target/CellSPU/SPUNopFiller.cpp
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
utils/TableGen/SubtargetEmitter.cpp