[all-commits] [llvm/llvm-project] 63aeaf: [DominatorTree] Add support for mixed pre/post CFG...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Wed Jan 6 14:54:03 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 63aeaf754a78c67ca3f8343d525dfb7a378dfa9e
https://github.com/llvm/llvm-project/commit/63aeaf754a78c67ca3f8343d525dfb7a378dfa9e
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2021-01-06 (Wed, 06 Jan 2021)
Changed paths:
M llvm/include/llvm/Analysis/MemorySSAUpdater.h
M llvm/include/llvm/Support/GenericDomTree.h
M llvm/lib/Analysis/MemorySSAUpdater.cpp
M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
M llvm/lib/Transforms/Scalar/LoopUnswitch.cpp
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
M llvm/lib/Transforms/Utils/LoopRotationUtils.cpp
Log Message:
-----------
[DominatorTree] Add support for mixed pre/post CFG views.
Add support for mixed pre/post CFG views.
Update usages of the MemorySSAUpdater to use the new DT API by
requesting the DT updates to be done by the MSSAUpdater.
Differential Revision: https://reviews.llvm.org/D93371
More information about the All-commits
mailing list