[PATCH] D143229: [FunctionImporter] Don't upgrade debug info if llvm.idents match
Steven Wu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 3 12:56:21 PST 2023
steven_wu added a comment.
In D143229#4103332 <https://reviews.llvm.org/D143229#4103332>, @aeubanks wrote:
> check llvm.ident instead
If my source module is bitcode upgraded, it won't get a new `llvm.ident` right? Then the upgrade pass will be wrongly skipped. I think we need a LLVM code generator version somewhere in the IR
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143229/new/
https://reviews.llvm.org/D143229
More information about the llvm-commits
mailing list