[PATCH] D50066: [IRMover] Don't materialise values from different source module

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 08:31:12 PDT 2018


evgeny777 added a comment.

> Out of curiosity, what makes it look like it might be synthetic?

I'm not a debug info expert, but this looks unusual:

  !8 = distinct !DISubprogram(unit: !2)
  !9 = !DICompositeType(tag: DW_TAG_array_type, identifier: "SHARED", scope: !8)

With no code in `Inputs/fwd-decl.ll` actually referencing !8 or !9


https://reviews.llvm.org/D50066





More information about the llvm-commits mailing list