[PATCH] D101264: [IR] Optimize mayBeDerefined for known linkages. NFC

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 25 15:16:59 PDT 2021


dblaikie added a comment.

Is this functionally changing behavior? (looks like it is, because the 'false' return could currently be overriden by the SemanticInterposable module metadata, resulting in a 'true' return even for these linkages?) If it is a functional change it should have test coverage at least.

(though I think it's unfortunate that this would make the noipa work more involved & add more slices of behavior that could be incorrectly used)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101264/new/

https://reviews.llvm.org/D101264



More information about the llvm-commits mailing list