[llvm] [TableGen] Emit OpName as an enum class instead of a namespace (PR #125313)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 08:38:15 PST 2025


================
@@ -17,6 +17,7 @@
 #ifndef LLVM_LIB_TARGET_AMDGPU_MCA_AMDGPUCUSTOMBEHAVIOUR_H
 #define LLVM_LIB_TARGET_AMDGPU_MCA_AMDGPUCUSTOMBEHAVIOUR_H
 
+#include "Utils/AMDGPUBaseInfo.h"
----------------
jayfoad wrote:

I don't quite understand why this is required now but was not required before.

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


More information about the llvm-commits mailing list