[PATCH] D130153: [MemorySSA] Don't create new memory accesses for dbg intrinsics in MemorySSA
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 24 23:32:08 PDT 2022
ChuanqiXu added inline comments.
================
Comment at: llvm/lib/Analysis/MemorySSA.cpp:1780-1782
// that it writes arbitrarily. Debuginfo intrinsics may be considered
// clobbers when we have a nonstandard AA pipeline. Ignore these fake memory
// dependencies here.
----------------
Given these comments, the following changes look reasonable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130153/new/
https://reviews.llvm.org/D130153
More information about the llvm-commits
mailing list