[PATCH] D88782: [MemorySSA] Consistently handle lifetime.start clobbers
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 3 10:30:57 PDT 2020
nikic planned changes to this revision.
nikic added a comment.
Okay, I'm pretty sure this is not fixing the right issue. If I'm understanding correctly, the real problem is that the provided memory location just gets ignored entirely if the UseInst happens to be a call. I think whether AA is queried with the location or with the call should be determined by Query.IsCall, not whether UseInst is a call.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88782/new/
https://reviews.llvm.org/D88782
More information about the llvm-commits
mailing list