[all-commits] [llvm/llvm-project] bc4f05: [AMDGPU] Early bail in getFunctionCodeSize for met...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Feb 18 02:08:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc4f05d8a8a4f908252aba9444571de4398d4288
https://github.com/llvm/llvm-project/commit/bc4f05d8a8a4f908252aba9444571de4398d4288
Author: Stanislav Mekhanoshin <rampitec at users.noreply.github.com>
Date: 2025-02-18 (Tue, 18 Feb 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/SIProgramInfo.cpp
M llvm/test/CodeGen/AMDGPU/code-size-estimate.mir
Log Message:
-----------
[AMDGPU] Early bail in getFunctionCodeSize for meta inst. NFC. (#127129)
It does not change the estimate because getInstSizeInBytes() already
returns 0 for meta instructions, but added a test and early bail.
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