[PATCH] D132084: [Cloning] handle blockaddress array clone in the same module

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 18:18:05 PST 2023


ChuanqiXu added a comment.

In D132084#4057254 <https://reviews.llvm.org/D132084#4057254>, @arsenm wrote:

> In D132084#4057252 <https://reviews.llvm.org/D132084#4057252>, @arsenm wrote:
>
>> I suspect this is related to the broken behavior for llvm-reduce mentioned in  D140909 <https://reviews.llvm.org/D140909>
>
> The llvm-reduce path has an easy workaround which is to stop using CloneModule and only go through bitcode serialization (which is actually what we do for the multithread path anyway to get a unique context for each)

I agree with the summary in D140909 <https://reviews.llvm.org/D140909>. But I am confused that we can fix the current problem by the method in D140909 <https://reviews.llvm.org/D140909>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132084



More information about the llvm-commits mailing list