[Mlir-commits] [mlir] [mlir][EmitC] Refactor MLIR Translate To Cpp (PR #84973)
Mehdi Amini
llvmlistbot at llvm.org
Tue Mar 12 14:42:02 PDT 2024
================
@@ -14,21 +14,15 @@
#define MLIR_TARGET_CPP_CPPEMITTER_H
#include "mlir/IR/BuiltinTypes.h"
-#include "mlir/IR/Value.h"
-#include "llvm/ADT/ScopedHashTable.h"
-#include "llvm/Support/raw_ostream.h"
-#include <stack>
namespace mlir {
-namespace emitc {
----------------
joker-eph wrote:
Why losing the namespace here?
https://github.com/llvm/llvm-project/pull/84973
More information about the Mlir-commits
mailing list