summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopDetect/ignore_func_flag_regex.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ScopDetect] add `-polly-ignore-func` flag to ignore functions by name.Siddharth Bhat2017-07-281-0/+124
Ignore all functions whose name match a regex. Useful because creating a regex that does *not* match a string is somewhat hard. Example: https://stackoverflow.com/questions/1240275/how-to-negate-specific-word-in-regex llvm-svn: 309377
OpenPOWER on IntegriCloud