[PATCH] D24675: [AMDGPU] Stop using MCRegisterClass::getSize()

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 10:12:59 PDT 2016


kparzysz created this revision.
kparzysz added reviewers: tstellarAMD, arsenm, MatzeB.
kparzysz added a subscriber: llvm-commits.
kparzysz set the repository for this revision to rL LLVM.
Herald added subscribers: yaxunl, nhaehnle, wdng, kzhuravl, arsenm.

The register size determination will be implemented directly in TargetRegisterInfo, to support register classes with variable-sized registers. See D24631 for further discussion.

Repository:
  rL LLVM

https://reviews.llvm.org/D24675

Files:
  lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
  lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24675.71671.patch
Type: text/x-patch
Size: 6019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160916/d4c9adbb/attachment.bin>


More information about the llvm-commits mailing list