[all-commits] [llvm/llvm-project] 1ce820: [MemorySSA] Restrict optimizations after a PhiTran...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Mon Aug 3 14:49:48 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ce82015f6d06f8026357e4faa925f900136b575
https://github.com/llvm/llvm-project/commit/1ce82015f6d06f8026357e4faa925f900136b575
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2020-08-03 (Mon, 03 Aug 2020)
Changed paths:
M llvm/include/llvm/Analysis/MemorySSA.h
M llvm/lib/Analysis/MemorySSA.cpp
M llvm/test/Analysis/MemorySSA/phi-translation.ll
Log Message:
-----------
[MemorySSA] Restrict optimizations after a PhiTranslation.
Merging alias results from different paths, when a path did phi
translation is not necesarily correct. Conservatively terminate such paths.
Aimed to fix PR46156.
Differential Revision: https://reviews.llvm.org/D84905
More information about the All-commits
mailing list