diff options
author | Tobias Grosser <tobias@grosser.es> | 2015-09-09 09:24:38 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2015-09-09 09:24:38 +0000 |
commit | f1ac57c6cda0c4bedbd3c94747af967cee92aeb9 (patch) | |
tree | 6ce45926faadedbaeec1abeaa884677a12a3fcc5 /llvm/lib/Transforms | |
parent | d9790793d60978c72436a588204130d7be09a04f (diff) | |
download | bcm5719-llvm-f1ac57c6cda0c4bedbd3c94747af967cee92aeb9.tar.gz bcm5719-llvm-f1ac57c6cda0c4bedbd3c94747af967cee92aeb9.zip |
IslNodeBuilder: Add virtual function to obtain the schedule of an ast node
Not all users of our IslNodeBuilder will attach scheduling information to the
AST in the same way IslAstInfo is doing it today. By going through a virtual
function when extracting the schedule of an AST node other users can provide
their own functions for extract scheduling information in case they attach
scheduling information in a different way to the AST nodes.
No functional change for Polly itself intended.
llvm-svn: 247126
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions