[PATCH] D102255: [SelectionDAG] Generate scoped AA metadata when lowering memcpy.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 25 13:31:33 PDT 2021
hliao added a comment.
In D102255#2780327 <https://reviews.llvm.org/D102255#2780327>, @nikic wrote:
> Can you please split off the metadata parsing part into a separate patch? It's not directly related to the memcpy lowering.
OK, I need to add unit tests to verify that as we won't be able to generate machine metadata within the current backend. I will prepare that this night.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102255/new/
https://reviews.llvm.org/D102255
More information about the llvm-commits
mailing list