search for: mypass1

Displaying 4 results from an estimated 4 matches for "mypass1".

Did you mean: mypass
2013 Oct 06
3
[LLVMdev] Pass sequence
Hi all, I wrote 2 passes and I want to make run llvm run the passes in this order: -mem2reg -load=…/mypass1.dylib -mypass1 -load=…/mypass2.dylib -mypass2 -O1 -O2 -O3 I know I can do this by manually passing them as an argument to opt. Is there any way to force this sequence directly from clang? I am asking this because I am trying to compile a program and I can specify in the ./configure the CC and...
2013 Oct 07
0
[LLVMdev] Pass sequence
On Oct 5, 2013, at 9:17 PM, Niko Zarzani <koni10 at hotmail.it> wrote: > Hi all, > > I wrote 2 passes and I want to make run llvm run the passes in this order: > -mem2reg -load=…/mypass1.dylib -mypass1 -load=…/mypass2.dylib -mypass2 -O1 -O2 -O3 > > I know I can do this by manually passing them as an argument to opt. > > Is there any way to force this sequence directly from clang? > > I am asking this because I am trying to compile a program and I can specify in...
2010 Dec 06
3
[LLVMdev] using bugpoint
I would like to use bugpoint to debug some of my passes. I have read the documentation, but I don't completely understand it. I have a bitcode file X.bc that I transform using the following commands: opt -mypass1 -f -o X.1.bc X.bc // transform with mypass1 llvm-link -f -o X.2.bc X.1.bc support.bc // link with support.bc opt -mypass2 -f -o X.3.bc X.2.bc // transform with mypass2 After transforming X.bc into X.3.bc, if my passes work then I can run X.3.bc with llc using the following command: llc X.3.bc ar...
2015 Jul 03
3
upsd: ERR ACCESS-DENIED with PowerWalker UPS
...terminalserver.foobar.edu # # If you're going to protect the portmapper use the name "rpcbind" for the # daemon name. See rpcbind(8) and rpc.mountd(8) for further information. # upsd : admin at localhost : ALLOW </code> /etc/nut/upsd.users: <code> [ups_admin] password = mypass1 upsmon master [admin] password = mypass2 actions = set actions = fsd instcmds = all </code> upscmd -l PowerWalker at localhost: <code> Instant commands supported on UPS [PowerWalker]: beeper.toggle - Toggle the UPS beeper load.off - Turn off the load i...