[llvm] [AMDGPU] Refactor hazard recognizer for VALU-pipeline hazards. NFCI. (PR #168801)

Stanislav Mekhanoshin via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 10:09:50 PST 2025


================
@@ -13,6 +13,7 @@
 #ifndef LLVM_LIB_TARGET_AMDGPUHAZARDRECOGNIZERS_H
 #define LLVM_LIB_TARGET_AMDGPUHAZARDRECOGNIZERS_H
 
+#include "SIInstrInfo.h"
----------------
rampitec wrote:

There are too many of these uses, I have just created another wrapper function with only 2 arguments.

https://github.com/llvm/llvm-project/pull/168801


More information about the llvm-commits mailing list