[PATCH] D37010: [Polly][PM] Properly require and preservation of OptimizationRemarkEmitter.
Annanay Agarwal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 07:46:11 PDT 2017
annanay25 added inline comments.
================
Comment at: lib/CodeGen/CodeGeneration.cpp:315
// FIXME: We do not yet add regions for the newly generated code to the
// region tree.
}
----------------
Since RegionInfo is no longer preserved, do we need this?
================
Comment at: lib/CodeGen/PPCGCodeGeneration.cpp:3532
// FIXME: We do not yet add regions for the newly generated code to the
// region tree.
}
----------------
Same as above.
https://reviews.llvm.org/D37010
More information about the llvm-commits
mailing list