Hideto Ueno via llvm-dev
2019-Mar-10 07:29 UTC
[llvm-dev] GSoC2019 - Improve function attribute inference
Hi Nuno and Devs, My name is Hideto Ueno and I'm a 3rd-year cs student at the University of Tokyo, Japan. I’m very interested in gsoc project “Improve function attribute inference” and I have a question about this. I’m now reading llvm/Transforms/IPO/FunctionAttrs.cpp and relevant code because I thought the current algorithm is implemented there. Are there any other files closely related to this project? I have made toy ML-Like language compiler with some static analysis, and I implemented llvm backend for my original architecture. So I’m really interested in this project. I think these experiences will be helpful in the project. Please visit my website for more information about me. https://uenoku.github.io/en/ Regards, Hideto Ueno -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190310/7f9426a4/attachment.html>
Nuno Lopes via llvm-dev
2019-Mar-10 19:36 UTC
[llvm-dev] GSoC2019 - Improve function attribute inference
That's the right file to look at, yes. Nuno -----Original Message----- From: Hideto Ueno Sent: Sunday, March 10, 2019 7:29 AM Subject: GSoC2019 - Improve function attribute inference Hi Nuno and Devs, My name is Hideto Ueno and I'm a 3rd-year cs student at the University of Tokyo, Japan. I’m very interested in gsoc project “Improve function attribute inference” and I have a question about this. I’m now reading llvm/Transforms/IPO/FunctionAttrs.cpp and relevant code because I thought the current algorithm is implemented there. Are there any other files closely related to this project? I have made toy ML-Like language compiler with some static analysis, and I implemented llvm backend for my original architecture. So I’m really interested in this project. I think these experiences will be helpful in the project. Please visit my website for more information about me. https://uenoku.github.io/en/ Regards, Hideto Ueno
Hideto Ueno via llvm-dev
2019-Mar-11 00:47 UTC
[llvm-dev] GSoC2019 - Improve function attribute inference
OK, thanks. Hideto 2019年3月11日(月) 4:36 Nuno Lopes <nunoplopes at sapo.pt>:> That's the right file to look at, yes. > Nuno > > -----Original Message----- > From: Hideto Ueno > Sent: Sunday, March 10, 2019 7:29 AM > Subject: GSoC2019 - Improve function attribute inference > > > Hi Nuno and Devs, > > My name is Hideto Ueno and I'm a 3rd-year cs student at the University of > Tokyo, Japan. I’m very interested in gsoc project “Improve function > attribute inference” and I have a question about this. > > I’m now reading llvm/Transforms/IPO/FunctionAttrs.cpp and relevant code > because I thought the current algorithm is implemented there. Are there > any > other files closely related to this project? > > I have made toy ML-Like language compiler with some static analysis, and I > implemented llvm backend for my original architecture. So I’m really > interested in this project. I think these experiences will be helpful in > the > project. > Please visit my website for more information about me. > https://uenoku.github.io/en/ > > Regards, > Hideto Ueno > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190311/1979cd0c/attachment.html>