[llvm] [AMDGPU] Refactor hazard recognizer for VALU-pipeline hazards. NFCI. (PR #168801)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 20 12:00:18 PST 2025
================
@@ -13,6 +13,7 @@
#ifndef LLVM_LIB_TARGET_AMDGPUHAZARDRECOGNIZERS_H
#define LLVM_LIB_TARGET_AMDGPUHAZARDRECOGNIZERS_H
+#include "SIInstrInfo.h"
----------------
arsenm wrote:
Don't see why you would need to move the include here
https://github.com/llvm/llvm-project/pull/168801
More information about the llvm-commits
mailing list