search for: tp55970

Displaying 3 results from an estimated 3 matches for "tp55970".

Did you mean: tp55680
2013 Mar 14
2
[LLVMdev] Get underlying object for Machine level memory operation
...not always getelementptr (for e.g., it can be phi node/bitcast/inttoptr instruction) Can someone suggest best way to get the underlying object?? -- Regards, Rahul Patil. -- View this message in context: http://llvm.1065342.n5.nabble.com/Get-underlying-object-for-Machine-level-memory-operation-tp55970.html Sent from the LLVM - Dev mailing list archive at Nabble.com. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130314/417ec459/attachment.html>
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 15
0
[LLVMdev] Problems about developing LLVM pass on windows visual studio
...> > Regards, > > Rahul Patil. > > > > ------------------------------ > > View this message in context: Get underlying object for Machine level > > memory operation< > http://llvm.1065342.n5.nabble.com/Get-underlying-object-for-Machine-level-memory-operation-tp55970.html > > > > Sent from the LLVM - Dev mailing list archive< > http://llvm.1065342.n5.nabble.com/LLVM-Dev-f3.html> > > at Nabble.com <http://nabble.com/>. > > _______________________________________________ > > LLVM Developers mailing list > > LLVM...