[PATCH] D48651: [RFC] Pattern matching on schedule trees.
Oleksandr "Alex" Zinenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 28 02:28:24 PDT 2018
ftynse added inline comments.
================
Comment at: include/polly/ScheduleOptimizer.h:18
+/*
+* Taken from: https://github.com/PollyLabs/islutils
+* \brief Structural matchers on schedule trees.
----------------
I would really appreciate if you mention the author(s) of the original code. It is distributed under an MIT license which, although open source, requires the license and copyright information to be preserved if you distribute copies or substantial portions of the code... I'm fine contributing it if you ask me explicitly, but please don't claim authorship on the code you did not write.
Repository:
rPLO Polly
https://reviews.llvm.org/D48651
More information about the llvm-commits
mailing list