RITHIK SHARMA via llvm-dev
2020-May-05 18:10 UTC
[llvm-dev] [GSoC] Unify ways to move code or check if code is safe to be moved
Hello, I am super excited about my proposal being accepted. I would like to thank Whitney for her help during the application phase. I did schedule some tasks for community bonding period. I have started looking into analysis pass for code motion checks. I will keep you updated with the progress. Best, Rithik Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200505/b63619b3/attachment.html>
Whitney T Tsang via llvm-dev
2020-May-05 18:30 UTC
[llvm-dev] [GSoC] Unify ways to move code or check if code is safe to be moved
Hi Rithik, Welcome to LLVM. Excited to work with you for the coming summer! Are you available on this Thursday or Friday for a quick call using webex? Most of us are located in Toronto (GMT-4). What time will you be available? Regards, Whitney Tsang From: RITHIK SHARMA <rithiksh02 at gmail.com> To: llvm-dev <llvm-dev at lists.llvm.org> Cc: Whitney T Tsang <whitneyt at ca.ibm.com>, bmahjour at ca.ibm.com, etiotto at gmail.com Date: 2020/05/05 02:10 PM Subject: [EXTERNAL] [GSoC] Unify ways to move code or check if code is safe to be moved Hello, I am super excited about my proposal being accepted. I would like to thank Whitney for her help during the application phase. I did schedule some tasks for community bonding period. I have started looking into analysis pass for code motion checks. I will keep you updated with the progress. Best, Rithik Sharma -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200505/bf747635/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: graycol.gif Type: image/gif Size: 105 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200505/bf747635/attachment.gif>
RITHIK SHARMA via llvm-dev
2020-May-11 18:33 UTC
[llvm-dev] [GSoC] Unify ways to move code or check if code is safe to be moved
Hello, This is the summary of my Community bonding period week 1, as planned I spent some time reading loop analysis passes present in lib/Analysis/, I tried to find the code motion checks in these analysis passes. I was able to find some worthy code motion checks in LoopInfo pass. I also looked into the Phabricator review D71578 to get familiar with CodeMoverUtils unit tests. I tried to replicate and fix a test case by using bfs numbering instead of dfs locally. I had an exceptional experience so far and thank all the mentors for being so helpful and supportive. Best Regards, Rithik Sharma On Wed, 6 May 2020 at 00:00, Whitney T Tsang <whitneyt at ca.ibm.com> wrote:> Hi Rithik, > > Welcome to LLVM. Excited to work with you for the coming summer! > > Are you available on this Thursday or Friday for a quick call using webex? > Most of us are located in Toronto (GMT-4). What time will you be available? > > Regards, > Whitney Tsang > > [image: Inactive hide details for RITHIK SHARMA ---2020/05/05 02:10:58 > PM---Hello, I am super excited about my proposal being accepted.]RITHIK > SHARMA ---2020/05/05 02:10:58 PM---Hello, I am super excited about my > proposal being accepted. I would like to thank > > From: RITHIK SHARMA <rithiksh02 at gmail.com> > To: llvm-dev <llvm-dev at lists.llvm.org> > Cc: Whitney T Tsang <whitneyt at ca.ibm.com>, bmahjour at ca.ibm.com, > etiotto at gmail.com > Date: 2020/05/05 02:10 PM > Subject: [EXTERNAL] [GSoC] Unify ways to move code or check if code is > safe to be moved > ------------------------------ > > > > Hello, > > I am super excited about my proposal being accepted. I would like to thank > Whitney for her help during the application phase. I did schedule some > tasks for community bonding period. I have started looking into analysis > pass for code motion checks. I will keep you updated with the progress. > > Best, > Rithik Sharma > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/fb266c8a/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: graycol.gif Type: image/gif Size: 105 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200512/fb266c8a/attachment.gif>