summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopDetect/only_func_flag_regex.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Polly] [NFC] [ScopDetection] Make `polly-only-func` perform regex scop name ↵Siddharth Bhat2017-07-241-0/+130
match. Summary: - We were using `.count` in `StringRef`, which matches substrings. - We may want to use this for equality as well. - Generalise this, so allow regexes as a parameter to `polly-only-func`. Differential Revision: https://reviews.llvm.org/D35728 llvm-svn: 308875
OpenPOWER on IntegriCloud