search for: bhatu

Displaying 20 results from an estimated 22 matches for "bhatu".

Did you mean: bhat
2013 Jan 03
8
How to Install Ruby and Rails
I want to install Ruby 1.8.7 and Rails 2.8.3,i am using ubuntu 11. Thank you -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to
2018 Aug 09
3
Legacy Loop Pass Manager question
...s Manager Unroll and Jam loops Loop Pass Manager Unroll loops Lazy Branch Probability Analysis Here two different loop pass managers were created. What is the difference in between these two cases? How was the loop pass manager split up in the second case? -- Regards Bhatu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180809/c4666dbe/attachment.html>
2019 May 13
2
Is it possible to reproduce the result of opt -O3 manually?
...to files and diff them to find out where the difference > pops in. > > -- > Mehdi > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -- Regards Bhatu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190513/9b9f1506/attachment-0001.html>
2016 Aug 30
2
Tablegen pattern matching question
...ed between (add R32:$dst, simm16:$im) and (add R32:$dst, (i32 simm16:$im)). Do both of them match the same pattern? Are they equivalent? If not what is the difference? I am also confused as to how ValueTypes relate to SDNodes as I think we are able to use both of them as nodes. -- Regards Pratik Bhatu Dual Degree(B.Tech + M.Tech), 5th Year Computer Science and Engineering IIT Hyderabad -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160830/7df99b14/attachment.html>
2014 Dec 07
2
[LLVMdev] Interest in LLVM
Hello everyone, My name is Pratik Bhatu, I am a bachelor student currently studying at IIT Hyderabad, India.  I just finished my Compilers course have been exploring LLVM since the past month (kaleidoscope, writing LLVM passes) and am interested in the llvm-polly project. I am also a potential GSoC applicant and wanted to start working o...
2018 Feb 06
0
What does a dead register mean?
...ses/defs can come from instruction definitions to indicate that this instruction uses and/or modifies a given register (regardless of its explicit operands), but for reserved registers there doesn't need to be any continuity between the defs and the uses. -Krzysztof On 2/5/2018 11:14 PM, Bhatu via llvm-dev wrote: > Hi, > > My understanding of a "dead" register is a def that is never used. However, > when I dump the MI after reg alloc on a simple program I see the > following sequence: > > ADJCALLSTACKDOWN64 0, 0, 0, *implicit-def dead %rsp*, implicit-def...
2017 Dec 26
3
Why is remalloc not marked as noalias?
...m the C11 standard <https://port70.net/~nsz/c/c11/n1570.html#6.2.4p2> we have: "The value of a pointer becomes indeterminate when the object it points to (or just past) reaches the end of its lifetime" Is this enough to infer that we can safely mark realloc as noalias? -- Regards Bhatu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171226/d4208ae4/attachment.html>
2018 Feb 06
3
What does a dead register mean?
...ead. So I guess my understanding of dead is incorrect. Could you please explain what dead means? For reference: Source file(a.c): void foo(void); void boo(){ foo(); } Commands: clang -S -emit-llvm -Xclang -disable-O0-optnone a.c llc -print-after="stack-slot-coloring" a.ll -- Regards Bhatu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180206/22946cd3/attachment.html>
2015 Mar 10
3
[LLVMdev] [GSoc] Liveness Based Flow Sensitive Pointer Analysis for GSoc 2015
...ith this. [1] Uday P. Khedker, Alan Mycroft, and Prashant Singh Rawat. 2012. “Liveness-Based pointer analysis”. In Proceedings of the 19th international conference on Static Analysis (SAS'12), Antoine Miné and David Schmidt (Eds.). Springer-Verlag, Berlin, Heidelberg, 265-282. Regards Pratik Bhatu Bachelors of Technology, 3rd Year Computer Science and Engineering IIT Hyderabad +91 961 905 6833 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150310/5ec76d16/attachment.html>
2018 Jan 08
0
Why is remalloc not marked as noalias?
On 26 Dec 2017, at 10:13, Bhatu via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > According to my understanding, it seems that the result of realloc will not technically alias the original pointer. When the realloc is done in-place the reference says: > "The original pointer ptr is invalidated and any acce...
2019 Jan 19
2
What does "preds" mean in a .ll file?
Hi, I see things like this. What does it mean? Is it documented somewhere? Thanks. ; preds = %for.body https://llvm.org/docs/LangRef.html ; <label>:91: ; preds = %88 %92 = load i8**, i8*** @glob_complete_word.matches, align 8, !dbg !99798 %93 = load i32, i32* @glob_complete_word.ind, align 4, !dbg !99799 %94 = sext i32 %93 to i64, !dbg !99798
2018 Jan 09
1
Why is remalloc not marked as noalias?
On 01/08/2018 04:40 AM, David Chisnall via llvm-dev wrote: > On 26 Dec 2017, at 10:13, Bhatu via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> According to my understanding, it seems that the result of realloc will not technically alias the original pointer. When the realloc is done in-place the reference says: >> "The original pointer ptr is invalidated and any ac...
2017 Sep 04
2
llvm-dev Digest, Vol 159, Issue 2
...ence Hu, Mandeep Singh Grang, Matt Arsenault, MatthewSimpson, Mehdi Amini, Micah Villmow, Michael Kruse, Matthias Reisinger,Maximilian Falkenstein, Nakamura Takumi, Nandini Singhal, NicolasBonfante, Patrik Hägglund, Paul Robinson, Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvest...
2019 May 09
2
Is it possible to reproduce the result of opt -O3 manually?
Dear developers, I am trying to reproduce the results of applying opt -O3 to a source file in the form of LLVM IR. I want to get the same IR by manually ordering the passes used by O3 and passing them to opt. To illustrate what I am doing on an example, as an input I use linpack benchmark from the LLVM test suite[1]: 1. First I produce the intermediate representation using clang: clang -O3
2017 Sep 04
2
[RFC] Polly Status and Integration
...ault, > > MatthewSimpson, Mehdi Amini, Micah Villmow, Michael Kruse, Matthias > > Reisinger,Maximilian Falkenstein, Nakamura Takumi, Nandini Singhal, > > NicolasBonfante, Patrik Hägglund, Paul Robinson, Philip Pfaffe, Philipp > > Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, > > ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, > > SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, > > SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay > > Srivallabh,Sumant...
2017 Sep 13
3
[RFC] Polly Status and Integration
...Hu, Mandeep Singh Grang, Matt Arsenault, Matthew Simpson, Mehdi > Amini, Micah Villmow, Michael Kruse, Matthias Reisinger, Maximilian > Falkenstein, Nakamura Takumi, Nandini Singhal, Nicolas Bonfante, Patrik > Hägglund, Paul Robinson, Philip Pfaffe, Philipp Schaad, Peter Conn, Pratik > Bhatu, Rafael Espindola, Raghesh Aloor, Reid Kleckner, Roal Jordans, > Richard Membarth, Roman Gareev, Saleem Abdulrasool, Sameer Sahasrabuddhe, > Sanjoy Das, Sameer AbuAsal, Sam Novak, Sebastian Pop, Siddharth Bhat, > Singapuram Sanjay Srivallabh, Sumanth Gundapaneni, Sunil Srivastava, > Syl...
2017 Sep 13
0
[RFC] Polly Status and Integration
...rsenault, Matthew >>> Simpson, Mehdi Amini, Micah Villmow, Michael Kruse, Matthias Reisinger, >>> Maximilian Falkenstein, Nakamura Takumi, Nandini Singhal, Nicolas >>> Bonfante, Patrik Hägglund, Paul Robinson, Philip Pfaffe, Philipp Schaad, >>> Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, Reid >>> Kleckner, Roal Jordans, Richard Membarth, Roman Gareev, Saleem >>> Abdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, Sam >>> Novak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh, >>> Sumanth Gu...
2017 Sep 12
5
[RFC] Polly Status and Integration
...gh >> Grang, Matt Arsenault, MatthewSimpson, Mehdi Amini, Micah Villmow, >> Michael Kruse, Matthias Reisinger,Maximilian Falkenstein, Nakamura >> Takumi, Nandini Singhal, NicolasBonfante, Patrik Hägglund, Paul >> Robinson, Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, >> Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard >> Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, >> Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, >> Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil...
2017 Sep 01
10
[RFC] Polly Status and Integration
...LoganChien, Lawrence Hu, Mandeep Singh Grang, Matt Arsenault, MatthewSimpson, Mehdi Amini, Micah Villmow, Michael Kruse, Matthias Reisinger,Maximilian Falkenstein, Nakamura Takumi, Nandini Singhal, NicolasBonfante, Patrik Hägglund, Paul Robinson, Philip Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay Srivallabh,Sumanth Gundapaneni, Sunil Srivastava, Sylvestre Ledru, Star...
2017 Sep 20
0
[RFC] Polly Status and Integration
...gh Grang, Matt > > Arsenault, MatthewSimpson, Mehdi Amini, Micah Villmow, Michael Kruse, > > Matthias Reisinger,Maximilian Falkenstein, Nakamura Takumi, Nandini > > Singhal, NicolasBonfante, Patrik Hägglund, Paul Robinson, Philip > > Pfaffe, Philipp Schaad,Peter Conn, Pratik Bhatu, Rafael Espindola, > > Raghesh Aloor, ReidKleckner, Roal Jordans, Richard Membarth, Roman > > Gareev, SaleemAbdulrasool, Sameer Sahasrabuddhe, Sanjoy Das, Sameer > > AbuAsal, SamNovak, Sebastian Pop, Siddharth Bhat, Singapuram Sanjay > > Srivallabh,Sumanth Gundapaneni, Sunil...