search for: irsim

Displaying 3 results from an estimated 3 matches for "irsim".

2020 Sep 30
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...to play with it and give some help if needed. Cheers, Yvan On Thu, 10 Sep 2020 at 00:00, Andrew Litteken via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Thanks for the positive feedback! > > All the patches are up now: > > Elevating different constants to arguments: [IRSim][IROutliner] Adding support for consolidating functions with different output arguments. > Extracting require outputs: [IRSim][IROutliner] Adding support for consolidating functions with different output arguments. > Merging Output Blocks: [IRSim][IROutliner] Merging output blocks for extract...
2020 Sep 02
2
[RFC] Framework for Finding and Using Similarity at the IR Level
Indeed, an awesome project and an excellent report! Code size doesn't really get much attention, so the level of detail and the strong roadmap is refreshing. Hopefully, the project will provide execution times along with code-size > reductions. > I doubt it. Outlining will (almost?) always make for slower code due to a lot more calls being made. But that's ok for embedded targets,
2020 Sep 30
2
[RFC] Framework for Finding and Using Similarity at the IR Level
..., 10 Sep 2020 at 00:00, Andrew Litteken via llvm-dev > >> <llvm-dev at lists.llvm.org> wrote: > >> > >> Thanks for the positive feedback! > >> > >> All the patches are up now: > >> > >> Elevating different constants to arguments: [IRSim][IROutliner] Adding support for consolidating functions with different output arguments. > >> Extracting require outputs: [IRSim][IROutliner] Adding support for consolidating functions with different output arguments. > >> Merging Output Blocks: [IRSim][IROutliner] Merging output...