[llvm] MCExpr-ify SIProgramInfo (PR #88257)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 06:57:38 PDT 2024
================
@@ -7,6 +7,9 @@
//===----------------------------------------------------------------------===//
#include "AMDGPUMCExpr.h"
+#include "GCNSubtarget.h"
----------------
arsenm wrote:
This is wrong, and a leftover. Anything from the subtarget should be used from Utils/AMDGPUBaseInfo
https://github.com/llvm/llvm-project/pull/88257
More information about the llvm-commits
mailing list