fusion-plugin icon indicating copy to clipboard operation
fusion-plugin copied to clipboard

Simplify only required functions and not the whole program

Open harendra-kumar opened this issue 5 years ago • 1 comments

Currently, after the mark inline phase we run the simplifier on the whole program. Can it have some undesired consequences and slow down the code? Can we run the simplifier only on those functions that we want to fuse instead of running it on the whole program?

harendra-kumar avatar Jul 06 '20 06:07 harendra-kumar

Currently, the fileio benchmark shows some regressions when run with fusion-plugin. The larger goal is to make sure that fusion-plugin does not cause any regressions at all so that we can run it without any caution/warning.

harendra-kumar avatar Jul 06 '20 06:07 harendra-kumar