[PATCH] D84905: [MemorySSA] Restrict optimizations after a PhiTranslation.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 19:05:07 PDT 2020


asbirlea created this revision.
asbirlea added reviewers: george.burgess.iv, fhahn.
Herald added subscribers: hiraditya, Prazek.
Herald added a project: LLVM.
asbirlea requested review of this revision.

Merging alias results from different paths, when a path did phi
translation is not necesarily correct. Conservatively terminate such paths.
Aimed to fix PR46156.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84905

Files:
  llvm/include/llvm/Analysis/MemorySSA.h
  llvm/lib/Analysis/MemorySSA.cpp
  llvm/test/Analysis/MemorySSA/phi-translation.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84905.281781.patch
Type: text/x-patch
Size: 6732 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200730/b14ae4f3/attachment.bin>


More information about the llvm-commits mailing list