Displaying 3 results from an estimated 3 matches for "ops1".
Did you mean:
ops
2011 Jun 17
3
[LLVMdev] Custom lowering DYNAMIC_STACKALLOC
...IC_STACKALLOC,
making the last part of the function effectively look like this:
// Reg is RAX or EAX, based on the subtarget
Chain = DAG.getNode(X86ISD::SEG_ALLOCA, dl, NodeTys, Chain, Flag);
Flag = Chain.getValue(1);
Chain = DAG.getCopyFromReg(Chain, dl, Reg, SPTy).getValue(1);
SDValue Ops1[2] = { Chain.getValue(0), Chain };
return DAG.getMergeValues(Ops1, 2, dl);
Firstly, I would also like some feedback on this implementation in general.
Secondly, the problem I'm facing: in the final assembly generated, the
move instruction to RAX, in (c) is absent. I suspected this has
somet...
2011 Jun 17
0
[LLVMdev] Custom lowering DYNAMIC_STACKALLOC
...the function effectively look like this:
>
> // Reg is RAX or EAX, based on the subtarget
> Chain = DAG.getNode(X86ISD::SEG_ALLOCA, dl, NodeTys, Chain, Flag);
> Flag = Chain.getValue(1);
> Chain = DAG.getCopyFromReg(Chain, dl, Reg, SPTy).getValue(1);
>
> SDValue Ops1[2] = { Chain.getValue(0), Chain };
> return DAG.getMergeValues(Ops1, 2, dl);
>
> Firstly, I would also like some feedback on this implementation in general.
>
> Secondly, the problem I'm facing: in the final assembly generated, the
> move instruction to RAX, in (c) is absen...
2012 Dec 26
2
dovecot crashing?
...tl
mmap_disable = yes
passdb {
args = scheme=plain username_format=%n /etc/dovecot/users
driver = passwd-file
}
protocols = imap
ssl = no
userdb {
args = username_format=%n /etc/dovecot/users
driver = passwd-file
}
[root at cust19-1-prod-domain userqa]#
i try to check my mail:
username at ops1-1-domain:~$ telnet cust19-1-prod-domain imap
Trying 172.19.136.223...
Connected to cust19-1-prod-domain.domain.net (172.19.136.223).
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE
AUTH=PLAIN] Dovecot ready.
1 LOGIN userqa mypassword
1 O...