summaryrefslogtreecommitdiffstats
path: root/polly/test/ForwardOpTree/noforward_outofquota.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ForwardOpTree] Test the max operations quota.Michael Kruse2017-09-181-0/+48
cl::opt<unsigned long> is not specialized and hence the option -polly-optree-max-ops impossible to use. Replace by supported option cl::opt<unsigned>. Also check for an error state when computing the written value, which happens when the quota runs out. llvm-svn: 313546
OpenPOWER on IntegriCloud