[PATCH] D88782: [MemorySSA] Use provided memory location even if instruction is call
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 17:13:45 PDT 2020
asbirlea added inline comments.
================
Comment at: llvm/lib/Analysis/MemorySSA.cpp:2361
Q.Inst = I;
Q.IsCall = false;
----------------
Is it possible this is the place where the inconsistency comes from, or did I misunderstand?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88782/new/
https://reviews.llvm.org/D88782
More information about the llvm-commits
mailing list