[Mlir-commits] [mlir] [mlir][affine] Add dependency on `UBDialect` for `PoisonAttr` (PR #77691)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Jan 10 18:41:02 PST 2024
================
@@ -16,6 +16,7 @@
#include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
+#include "mlir/Dialect/UB/IR/UBOps.h"
----------------
lipracer wrote:
Is this necessary?
https://github.com/llvm/llvm-project/pull/77691
More information about the Mlir-commits
mailing list