[PATCH] D26101: AMDGPU: Enable early if convert

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 14:19:42 PDT 2016


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





More information about the llvm-commits mailing list