[all-commits] [llvm/llvm-project] 5170c5: [AMDGPU] Refactor hazard recognizer for VALU-pipel...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Wed Nov 19 17:03:55 PST 2025
Branch: refs/heads/users/rampitec/11-19-_amdgpu_refactor_hazard_recognizer_for_valu-pipeline_hazards._nfci
Home: https://github.com/llvm/llvm-project
Commit: 5170c53ded786a73ac3f1339614baddd252dd1c7
https://github.com/llvm/llvm-project/commit/5170c53ded786a73ac3f1339614baddd252dd1c7
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2025-11-19 (Wed, 19 Nov 2025)
Changed paths:
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
M llvm/lib/Target/AMDGPU/GCNHazardRecognizer.h
Log Message:
-----------
[AMDGPU] Refactor hazard recognizer for VALU-pipeline hazards. NFCI.
This is in preparation of handling these in scheduler. I do not expect
any changes to the produce code here, it is just an infrastructure.
Our current problem with the VALU pipeline hazards is that we only
insert V_NOP instructions in the hazard recognizer mode, but ignore
it during scheduling. This patch is meant to create a mechanism to
actually account for that during scheduling.
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