[cfe-users] Clang - Requesting Help

2018-08-08 Thread Praveen Velliengiri via cfe-users
Hello all, I'm new to compilers and LLVM technologies, I find LLVM and related tools fascinating. Initially, I started to understand and work on Clang AST. As a beginner, I find it difficult to understand the docs, source code for clang AST. Could anyone please guide or help me to get started and w

Re: [cfe-users] [cfe-dev] Clang - Requesting Help

2018-08-08 Thread Praveen Velliengiri via cfe-users
Thanks for your reply, I know the overview of how modern compilers work, but I don't know about the internal details such as working and interactions of various optimization passes. And I didn't have experience with non-uniform trees before. Things I have done so far: 1) I tried to dump the clang

Re: [cfe-users] [cfe-dev] Clang - Requesting Help

2018-08-09 Thread Praveen Velliengiri via cfe-users
the right direction to a fix or other questions you can > research/answer to help. > > On Wed, Aug 8, 2018 at 12:12 PM Praveen Velliengiri via cfe-users < > cfe-users@lists.llvm.org> wrote: > >> Thanks for your reply, I know the overview of how modern compilers work, >