Replace deprecated use of getDeclaration that was added in #132489 llvm/lib/IR/AutoUpgrade.cpp:1480:26: error: 'getDeclaration' is deprecated: Use getOrInsertDeclaration instead [-Werror,-Wdeprecated-declarations] 1480 | NewFn = Intrinsic::getDeclaration( | ^~~~~~~~~~~~~~ | getOrInsertDeclaration
245 KiB
245 KiB