[PATCH] D77714: Extended Liveness analysis to support nested regions.
Marcel Koester via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 04:20:44 PDT 2020
dfki-mako added inline comments.
================
Comment at: mlir/lib/Analysis/Liveness.cpp:134
/// values with the current live-out values.
- template <typename SourceT> void updateLiveOut(SourceT &source) {
+ template <typename SourceT>
+ void updateLiveOut(SourceT &source) {
----------------
herhut wrote:
> Is this a spurious reformat?
Was wrongly formatted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77714/new/
https://reviews.llvm.org/D77714
More information about the llvm-commits
mailing list