[Mlir-commits] [mlir] [mlir][emitc] Lower arith.index_cast, arith.index_castui, arith.shli, arith.shrui, arith.shrsi (PR #95795)
Simon Camphausen
llvmlistbot at llvm.org
Wed Jul 3 02:58:54 PDT 2024
================
@@ -15,8 +15,10 @@
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/EmitC/IR/EmitC.h"
+#include "mlir/Dialect/EmitC/Transforms/TypeConversions.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypes.h"
+#include "mlir/IR/Region.h"
----------------
simon-camp wrote:
I don't think this is needed?
https://github.com/llvm/llvm-project/pull/95795
More information about the Mlir-commits
mailing list