tstellarAMD added inline comments. ================ Comment at: lib/Target/AMDGPU/SIInstrInfo.cpp:1427 + + int NumInsts = RC->getSize() / 4; + ---------------- RC->getSize() will be deprecated, so we have to use the helper in AMDGPUBaseInfo for this. https://reviews.llvm.org/D26101