[PATCH] D120781: [Bitcode] materialize Functions early when BlockAddress taken

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 15:02:13 PDT 2022


nickdesaulniers planned changes to this revision.
nickdesaulniers added a comment.

Looks like I accidentally dropped my tests.  Let me re-add those.

Also, this is incomplete; there's some tests failing where the "use list" (???) seems to be incorrect; some blockaddresses are being deserialized with the basic block name changed to a number from a string that I don't yet understand.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120781



More information about the llvm-commits mailing list