[PATCH] D71210: [MC] Widen the functional unit type from 32 to 64 bits.

Bevin Hansson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 08:01:04 PST 2019


ebevhan updated this revision to Diff 233107.
ebevhan added a comment.

Add a typedef to InstrStage, FuncUnits, and use it as the bitmask type for functional units.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71210/new/

https://reviews.llvm.org/D71210

Files:
  llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h
  llvm/include/llvm/MC/MCInstrItineraries.h
  llvm/lib/CodeGen/MachinePipeliner.cpp
  llvm/lib/CodeGen/ScoreboardHazardRecognizer.cpp
  llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp
  llvm/lib/Target/Hexagon/HexagonInstrInfo.h
  llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp
  llvm/utils/TableGen/SubtargetEmitter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71210.233107.patch
Type: text/x-patch
Size: 8230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191210/3bca6104/attachment.bin>


More information about the llvm-commits mailing list