[llvm] [Core] Skip over target name in intrinsic name lookup (PR #109971)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 10:29:55 PDT 2024


================
@@ -237,8 +237,10 @@ void DbgAssignIntrinsic::setValue(Value *V) {
 }
 
 int llvm::Intrinsic::lookupLLVMIntrinsicByName(ArrayRef<const char *> NameTable,
-                                               StringRef Name) {
+                                               StringRef Name,
----------------
jurahul wrote:

SG, I'll do that. I am also going see if adding an Intrinsics.cpp file instead makes sense.

https://github.com/llvm/llvm-project/pull/109971


More information about the llvm-commits mailing list