[PATCH] D65605: Use MCRegister in MCRegisterInfo's interfaces

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 1 13:41:55 PDT 2019


dsanders created this revision.
dsanders added a reviewer: arsenm.
Herald added subscribers: hiraditya, nhaehnle, wdng, jvesely, qcolombet, MatzeB.
Herald added a project: LLVM.

As part of this, define DenseMapInfo for MCRegister (and Register while I'm at it)

Depends on D65599 <https://reviews.llvm.org/D65599>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D65605

Files:
  llvm/include/llvm/CodeGen/Register.h
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/include/llvm/MC/MCRegister.h
  llvm/include/llvm/MC/MCRegisterInfo.h
  llvm/lib/CodeGen/CalcSpillWeights.cpp
  llvm/lib/CodeGen/RegAllocFast.cpp
  llvm/lib/MC/MCRegisterInfo.cpp
  llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
  llvm/lib/Target/Hexagon/BitTracker.cpp
  llvm/lib/Target/Hexagon/HexagonExpandCondsets.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65605.212896.patch
Type: text/x-patch
Size: 20034 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190801/f1fe9950/attachment.bin>


More information about the llvm-commits mailing list