================
@@ -44,6 +46,96 @@
using namespace cir;
using namespace llvm;
+using namespace mlir;
+
+static std::string getLLVMIntrinsicNameForType(Type llvmTy) {
----------------
andykaylor wrote:
This isn't used.
https://github.com/llvm/llvm-project/pull/169310