[llvm] [TableGen] Emit OpName as an enum class instead of a namespace (PR #125313)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 09:10:31 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"
----------------
jurahul wrote:
Because the "hasModifiersSet" function declared in the header below now accepts an OpName instead of unisgned.
https://github.com/llvm/llvm-project/pull/125313
More information about the llvm-commits
mailing list