[PATCH] D91576: [MemCpyOpt] Correctly merge alias scopes during call slot optimization

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 10:24:34 PST 2020


MaskRay added a comment.

There is a library layering issue. LLVMAnalysis provides llvm/Analysis/ScopedNoAliasAA.h and depends on LLVMCore.

LLVMCore provides llvm/IR/Metadata.cpp and it should not include a header file in LLVMAnalysis


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91576



More information about the llvm-commits mailing list