[all-commits] [llvm/llvm-project] f7ca54: [LoopSimplifyCFG] Do not require MSSA. Continue to...
Alina Sbirlea via All-commits
all-commits at lists.llvm.org
Mon Oct 11 14:27:58 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7ca54289c1466e47eb5e77a9e3f751f13223428
https://github.com/llvm/llvm-project/commit/f7ca54289c1466e47eb5e77a9e3f751f13223428
Author: Alina Sbirlea <asbirlea at google.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
Log Message:
-----------
[LoopSimplifyCFG] Do not require MSSA. Continue to preserve if available.
LoopSimplifyCFG does not need MSSA, but should preserve it if it's available.
This is a legacy PM change, aimed to denoise the test changes in D109958.
Differential Revision: https://reviews.llvm.org/D111578
More information about the All-commits
mailing list