================
@@ -44,6 +46,96 @@
 
 using namespace cir;
 using namespace llvm;
+using namespace mlir;
+
+static std::string getLLVMIntrinsicNameForType(Type llvmTy) {
----------------
Priyanshu3820 wrote:

I had initially planned to use this helper function but then used 
`getIntrinsicSuffix()` function. I will remove this now.

https://github.com/llvm/llvm-project/pull/169310
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to