We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b3886 commit 3a6b9b3Copy full SHA for 3a6b9b3
mlir/lib/Dialect/AMDGPU/IR/AMDGPUDialect.cpp
@@ -25,7 +25,6 @@
25
#include "mlir/IR/PatternMatch.h"
26
#include "mlir/IR/TypeUtilities.h"
27
#include "llvm/ADT/TypeSwitch.h"
28
-#include "llvm/IR/DerivedTypes.h"
29
30
#include <limits>
31
#include <optional>
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1530,6 +1530,7 @@ cc_library(
1530
":GPUDialect",
1531
":IR",
1532
":InferTypeOpInterface",
1533
+ ":MemRefUtils",
1534
":ROCDLDialect",
1535
":SideEffectInterfaces",
1536
":ViewLikeInterface",
0 commit comments