[all-commits] [llvm/llvm-project] 1ed53d: [LoopFlatten] Do not report CFG analyses as up-to-...
Yevgeny Rouban via All-commits
all-commits at lists.llvm.org
Thu Apr 1 01:53:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1ed53d44d8e9d709fcd96cc6cfc579d71ba4c894
https://github.com/llvm/llvm-project/commit/1ed53d44d8e9d709fcd96cc6cfc579d71ba4c894
Author: Yevgeny Rouban <yrouban at azul.com>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFlatten.cpp
Log Message:
-----------
[LoopFlatten] Do not report CFG analyses as up-to-date
Removes CFGAnalyses from the preserved analyses set
returned by LoopFlattenPass::run().
Reviewed By: Dave Green, Ta-Wei Tu
Differential Revision: https://reviews.llvm.org/D99700
More information about the All-commits
mailing list