summaryrefslogtreecommitdiffstats
path: root/polly/test/ScopInfo/mod_ref_read_pointer.ll
Commit message (Collapse)AuthorAgeFilesLines
* Add option to disallow modref function calls in scops.Tobias Grosser2016-03-231-2/+4
| | | | | | | | | | This might be useful to evaluate the benefit of us handling modref funciton calls. Also, a new bug that was triggered by modref function calls was recently reported http://llvm.org/PR27035. To ensure the same issue does not cause troubles for other people, we temporarily disable this until the bug is resolved. llvm-svn: 264140
* Support calls with known ModRef function behaviourJohannes Doerfert2016-02-251-0/+52
Check the ModRefBehaviour of functions in order to decide whether or not a call instruction might be acceptable. Differential Revision: http://reviews.llvm.org/D5227 llvm-svn: 261866
OpenPOWER on IntegriCloud