search for: 56dfa90f

Displaying 3 results from an estimated 3 matches for "56dfa90f".

2013 Mar 14
0
[LLVMdev] Get underlying object for Machine level memory operation
You can use the GetUnderlyingObjects function (notice the S at the end of the name) to collect zero or more underlying objects. This method is similar to GetUnderlyingObject except that it can look through phi and select instructions and return multiple objects. On Mar 14, 2013, at 4:15 AM, rahul <rahul3527 at gmail.com> wrote: > Hi, > > I am writing a pass that works at
2013 Mar 14
2
[LLVMdev] Get underlying object for Machine level memory operation
Hi, I am writing a pass that works at machine level and runs as last pass in llc (just before converting llvm specific machine instructions into target specific instructions) In this pass I am trying to get underlying object for memory operations. It turns out that due to various optimizations on machine instructions, the memory operand in the operation is not always getelementptr (for e.g., it
2013 Mar 15
0
[LLVMdev] Problems about developing LLVM pass on windows visual studio
...http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > > > > > -- > Regards, > Rahul Patil. > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20130315/56dfa90f/attachment-0001.html > > > > ------------------------------ > > Message: 10 > Date: Fri, 15 Mar 2013 10:51:03 +0400 > From: Alexey Samsonov <samsonov at google.com> > To: Qun Fa <testforqunfa at gmail.com> > Cc: LLVM Developers Mailing List <llvmdev at c...