================
@@ -45,6 +46,93 @@
using namespace cir;
using namespace llvm;
+
+static std::string getLLVMIntrinsicNameForType(mlir::Type llvmTy) {
----------------
andykaylor wrote:This isn't being called. You can remove it. https://github.com/llvm/llvm-project/pull/169310 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
