Detection of redundant expressions

Computer Languages, Systems and Structures(2016)

Cited 0|Views6
No score
Abstract
Detection of redundant expressions in a program based on values is a well researched problem done with a view to eliminate redundancies so as to improve run-time efficiency of the program. The problem entails detection of equivalent expressions in a program. An iterative data-flow analysis algorithm is presented to detect equivalent expressions in SSA for the purpose of detection of redundancies. The challenge is detection of equivalence of expressions at join points, in polynomial time, that enable detection of later redundancies. This is achieved by the use of value ź-function. The proposed algorithm is as precise as Kildall's in detection of redundant expressions and takes only polynomial time. The algorithm is implemented in LLVM. An experimental analysis demonstrates that the algorithm is as precise as Kildall's and outperforms some existing algorithms in terms of run-time efficiency indicating its practical significance. A precise and polynomial-time algorithm to detect equivalences in SSA programs.The algorithm uses value ź-function, an abstraction of set of equivalent ź-functions.Experimental comparison with popular algorithms shows our's is precise as Kildall's.An experimental comparison shows the algorithm is efficient in practice.
More
Translated text
Key words
Global Value Numbering,Redundancy detection,Equivalence detection,Value ϕ-function
AI Read Science
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Chat Paper
Summary is being generated by the instructions you defined