[clang] [llvm] [mlir] [polly] [NFC] Rename `Intrinsic::getDeclaration` to `getOrInsertDeclaration` (PR #111752)

Daniel Chen via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 11 09:09:24 PDT 2024


DanielCChen wrote:

@jurahul 
It seems this PR is missing a test file `libcxxabi/test/test_demangle.pass.cpp`. 
It has a line of
```
{"_ZN4llvm9Intrinsic14getDeclarationEPNS_6ModuleENS0_2IDEPPKNS_4TypeEj", "llvm::Intrinsic::getDeclaration(llvm::Module*, llvm::Intrinsic::ID, llvm::Type const**, unsigned int)"},
```

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


More information about the cfe-commits mailing list