[PATCH] D120781: [Bitcode] materialize Functions early when BlockAddress taken
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 10:20:03 PDT 2022
nickdesaulniers added a comment.
In D120781#3437602 <https://reviews.llvm.org/D120781#3437602>, @dexonsmith wrote:
> In D120781#3437465 <https://reviews.llvm.org/D120781#3437465>, @nickdesaulniers wrote:
>
>> there's some tests failing where the "use list" (???) seems to be incorrect
>
> I suspect these are "use-list order" tests, which confirm that we can round-trip to bitcode without changing the use-list order.
Tremendous and informative feedback! Indeed, your suggestion worked. PTAL.
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