[
https://issues.apache.org/jira/browse/SYSTEMML-2390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Boehm updated SYSTEMML-2390:
-------------------------------------
Description: We generally apply dead code elimination implicitly in HOP DAG
construction and according to the data flow analysis of used variables.
However, with IPA and rewrites additional branches and function calls might get
removed which sometimes creates additional opportunities for dead code
elimination. Therefore, this task aims to add an IPA pass for dead code removal.
> Additional IPA deadcode removal pass
> ------------------------------------
>
> Key: SYSTEMML-2390
> URL: https://issues.apache.org/jira/browse/SYSTEMML-2390
> Project: SystemML
> Issue Type: Task
> Reporter: Matthias Boehm
> Priority: Major
>
> We generally apply dead code elimination implicitly in HOP DAG construction
> and according to the data flow analysis of used variables. However, with IPA
> and rewrites additional branches and function calls might get removed which
> sometimes creates additional opportunities for dead code elimination.
> Therefore, this task aims to add an IPA pass for dead code removal.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)