[llvm] [AMDGPU] Switch to MF.estimateFunctionSizeInBytes() (PR #127246)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 00:17:13 PST 2025
================
@@ -8978,7 +8978,7 @@ unsigned SIInstrInfo::getInstSizeInBytes(const MachineInstr &MI) const {
return getInlineAsmLength(AsmStr, *MF->getTarget().getMCAsmInfo(), &ST);
}
default:
- if (MI.isMetaInstruction())
+ if (MI.isMetaInstruction() || MI.isDebugInstr())
----------------
rampitec wrote:
I am not sure downstream staging branch has adequate testing for this assumption.
https://github.com/llvm/llvm-project/pull/127246
More information about the llvm-commits
mailing list