[PATCH] D132084: [Cloning] handle blockaddress array clone in the same module
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 16 15:18:29 PST 2023
arsenm added a comment.
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)
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