[llvm] [NFC] Add a new Intrinsics.cpp file for intrinsic code (PR #110078)

Rahul Joshi via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 06:24:36 PDT 2024


jurahul wrote:

I did look into that, one issue is that ` Function::lookupIntrinsicID(StringRef Name)` uses the intrinsic name table, so I'd have to move that function to the `Intrinsic` namespace (its a static function). How about I do that first as a separate prep PR, and then revisit this PR to move the rest of them as well?


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


More information about the llvm-commits mailing list