[all-commits] [llvm/llvm-project] a35a50: [AMDGPU] Switch to MF.estimateFunctionSizeInBytes()
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Feb 18 13:45:03 PST 2025
Branch: refs/heads/users/rampitec/02-14-_amdgpu_switch_to_mf.estimatefunctionsizeinbytes_
Home: https://github.com/llvm/llvm-project
Commit: a35a50c531245e52a779f4c1cfda3b2372ed1528
https://github.com/llvm/llvm-project/commit/a35a50c531245e52a779f4c1cfda3b2372ed1528
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIProgramInfo.cpp
M llvm/lib/Target/AMDGPU/SIProgramInfo.h
M llvm/test/CodeGen/AMDGPU/code-size-estimate.mir
Log Message:
-----------
[AMDGPU] Switch to MF.estimateFunctionSizeInBytes()
Both methods are equally inaccurate, we need to switch to MCExpr
for better results in the future.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list