[PATCH] D123678: [polly] migrate -polly-show to the new pass manager

YangKeao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 09:09:37 PDT 2022


YangKeao added inline comments.


================
Comment at: polly/include/polly/ScopGraphPrinter.h:52
+template <>
+struct DOTGraphTraits<ScopDetection *> : public DOTGraphTraits<RegionNode *> {
+  DOTGraphTraits(bool isSimple = false)
----------------
I realized that this specialization doesn't take effect. I should use `DOTGraphTraits<ScopDetection>`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123678/new/

https://reviews.llvm.org/D123678



More information about the llvm-commits mailing list