[PATCH] D122205: [LoopIdiom] Merge TBAA of adjacent stores when creating memset

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 06:25:43 PDT 2022


jeroen.dobbelaere requested changes to this revision.
jeroen.dobbelaere added a comment.
This revision now requires changes to proceed.

Unfortunately, the context of this patch is not available :(

I think 'merge' is not the right thing to do. (https://github.com/llvm/llvm-project/blob/555df030121aeaaf33b1a89489960a77ef94d472/llvm/include/llvm/IR/Metadata.h#L732)
Probably 'concat' is.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122205



More information about the llvm-commits mailing list