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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 17 13:01:20 PST 2023


efriedma added a comment.

All the discussion here is centered around cloning individual functions, and inserting the result in the same module.  If you're using CloneModule, the concerns are different.  I have no idea if that codepath works, but it's implementable in a straightforward manner.


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