[PATCH] D123678: [polly] migrate -polly-show to the new pass manager
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 10:19:33 PDT 2022
Meinersbur added inline comments.
================
Comment at: polly/include/polly/ScopGraphPrinter.h:52
+template <>
+struct DOTGraphTraits<ScopDetection *> : public DOTGraphTraits<RegionNode *> {
+ DOTGraphTraits(bool isSimple = false)
----------------
YangKeao wrote:
> I realized that this specialization doesn't take effect. I should use `DOTGraphTraits<ScopDetection>`.
Are you going to make this change?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123678/new/
https://reviews.llvm.org/D123678
More information about the llvm-commits
mailing list