[llvm-dev] Polly Dependency Analysis in MyPass

hameeza ahmed via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 29 10:34:10 PST 2018


where to begin the modifications??

On Mon, Jan 29, 2018 at 10:09 PM, hameeza ahmed <hahmed2305 at gmail.com>
wrote:

> i put following line in CMakeLists.txt;
> add_subdirectory(mypass)
>
>
> then used make -j9
>
>
> then i used following and run on canonicalize IR
>
>
> $ opt  -load lib/LLVMmypass.so    -mypass vec-sum.preopt.ll
>
>
>
>
>
>
> On Mon, Jan 29, 2018 at 9:39 PM, Michael Kruse <llvmdev at meinersbur.de>
> wrote:
>
>> 2018-01-29 10:18 GMT-06:00 hameeza ahmed <hahmed2305 at gmail.com>:
>> > I tried writing following code. Could you please help me on this? What
>> to
>> > modify here?
>>
>> Please send a script executing the commands that you have been using,
>> including all required files (eg .cpp, CMakeLists.txt, .ll, patches,
>> ...)
>>
>> Michael
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180129/8397e9a8/attachment.html>


More information about the llvm-dev mailing list