[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:46:57 PST 2020


MaskRay added a comment.

In D91576#2431659 <https://reviews.llvm.org/D91576#2431659>, @modimo wrote:

> Good catch @MaskRay. If I'm understanding correctly I think the correct approach is to move the class `AliasScopeNode` I need to metadata.h to fix this?

LG. And delete `#include "llvm/Analysis/ScopedNoAliasAA.h"`


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