[all-commits] [llvm/llvm-project] da4baa: [MemorySSA] Update analysis when the terminator is...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Wed Nov 20 16:38:46 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: da4baa2a6c966154e19964fdced1119ed2f4d6ee
https://github.com/llvm/llvm-project/commit/da4baa2a6c966154e19964fdced1119ed2f4d6ee
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
M llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
A llvm/test/Analysis/MemorySSA/pr44029.ll
Log Message:
-----------
[MemorySSA] Update analysis when the terminator is a memory instruction.
Update MemorySSA when moving the terminator instruction, as that may be a memory touching instruction.
Resolves PR44029.
More information about the All-commits
mailing list