[PATCH] D102255: [SelectionDAG] Generate scoped AA metadata when loweing memcpy.

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 13:57:24 PDT 2021


jeroen.dobbelaere added a comment.

It does look like a valid way to indicate that the individual loads and stores are independent, except for their value dependency.

Given the very late introduction of new `!alias.scope` and `!noalias` metadata, is their a way to have a testcase look at a machine ir dump, together with the metadata output at that phase ?


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