[clang] [llvm] [mlir] [polly] [NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (PR #111752)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 10 00:41:16 PDT 2024
https://github.com/arsenm approved this pull request.
There are definitely places that would benefit from a getDeclaration. There are several places that have to awkwardly construct the intrinsic name to check getFunction
https://github.com/llvm/llvm-project/pull/111752
More information about the cfe-commits
mailing list