You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2018/06/12 19:59:00 UTC

[jira] [Created] (SYSTEMML-2388) Compilation failure functions without return clause

Matthias Boehm created SYSTEMML-2388:
----------------------------------------

             Summary: Compilation failure functions without return clause
                 Key: SYSTEMML-2388
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-2388
             Project: SystemML
          Issue Type: Task
            Reporter: Matthias Boehm


The IPA rewrite for inlining small functions currently leads to a invalid hops in case of special cases of no returns and remaining transient writes from previous sequence of statement blocks that are combined into a single block.

{code}
foo = function (String msg) {
    verbose = FALSE
    if (verbose)
        print(msg)
}

foo("This is an test error message.")
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)