汪胜
2014-06-24 11:31:54 UTC
Hi, all:
I'm curiouse with reassociation translation in open64:
following test case need "Expression reassociation" to export hidden redundant in expressions;
a = x * m * y;
b = x * n * y;
so, which source file in open64 implementes the expression reassociation?
Do you know any classic paper about "expression reassociation" before PRE ? I only know "effective partial redundant eliminate -- briggs"
Thanks;
I'm curiouse with reassociation translation in open64:
following test case need "Expression reassociation" to export hidden redundant in expressions;
a = x * m * y;
b = x * n * y;
so, which source file in open64 implementes the expression reassociation?
Do you know any classic paper about "expression reassociation" before PRE ? I only know "effective partial redundant eliminate -- briggs"
Thanks;