Displaying 2 results from an estimated 2 matches for "initializeloopunrollppass".
2015 May 02
5
[LLVMdev] Modifying LoopUnrollingPass
...nstruction
1 0,1,2
2 3,4,5
3 6,7,8
I am not able to get where to modify for this. I tried creating a sample
pass using original LoopUnrollPass code and run "make", I received
following error:
loopunrollp.cpp:210:1: error: ‘void
llvm::initializeLoopUnrollpPass(llvm::PassRegistry&)’ should have been
declared inside ‘llvm’
/bin/rm: cannot remove
`/home/yaduveer/RP/LLVM/llvm/lib/Transforms/loopunrollp/Debug+Asserts/loopunrollp.d.tmp':
No such file or directory
Please help
Thanks,
Yaduveer
2015 May 04
2
[LLVMdev] Modifying LoopUnrollingPass
...get where to modify for this. I tried creating a
>>> sample
>>> > pass using original LoopUnrollPass code and run "make", I received
>>> > following error:
>>> >
>>> > loopunrollp.cpp:210:1: error: 'void
>>> > llvm::initializeLoopUnrollpPass(llvm::PassRegistry&)' should have been
>>> > declared inside 'llvm'
>>> > /bin/rm: cannot remove
>>> >
>>> `/home/yaduveer/RP/LLVM/llvm/lib/Transforms/loopunrollp/Debug+Asserts/loopunrollp.d.tmp':
>>> > No such file or dir...