[llvm] [AMDGPU] Set inst_pref_size to maximum (PR #126981)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 02:16:27 PST 2025
================
@@ -199,3 +201,28 @@ const MCExpr *SIProgramInfo::getPGMRSrc2(CallingConv::ID CC,
return MCConstantExpr::create(0, Ctx);
}
+
+uint64_t SIProgramInfo::getFunctionCodeSize(const MachineFunction &MF) {
----------------
rampitec wrote:
https://github.com/llvm/llvm-project/pull/127549
https://github.com/llvm/llvm-project/pull/126981
More information about the llvm-commits
mailing list