search for: wamt

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

Did you mean: wait
1999 Dec 08
1
Connecting to [homes] ... yes, another password question
...**************** * Adam Getchell * acgetchell@ucdavis.edu **************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu -----BEGIN PGP SIGNATURE----- Version: PGP 6.5.2 iQA/AwUBOE6cP0pJObkD8YxXEQJsLwCgozSnz04fFKnvBNsBOtrC3E8OEcgAn3pQ PWzmZdvO6VT9Sr2juNNIcdVd =waMT -----END PGP SIGNATURE-----
2019 Aug 09
1
rsnapshots/rsync 2 shares
Am 09.08.19 um 10:29 schrieb Rowland penny via samba: > On 09/08/2019 09:10, Stefan G. Weichinger via samba wrote: >> Am 09.08.19 um 09:48 schrieb Rowland penny via samba: >> >>>> And I wonder if "--numeric-ids" is good in this case. >>>> >>>> hints welcome >>>> >>> Are you using the winbind 'ad' backend on
2019 Apr 15
2
Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables
...the calculation of the array element offest, which may need multiplication if the IR instruction GEP is lowered to arithmetic operations. The multiplication operations should be able to be removed by using the LLVM Pass LoopStrengthReduction. Interestingly, it does not work for the test code. I wamt to post the IR code but it might be too long to be in the mail. Thanks again for your time and precious suggestions! Best regards, ------------------------------------------ Tingyuan LIANG MPhil Student Department of Electronic and Computer Engineering The Hong Kong University of Science and T...
2019 Apr 15
2
Loop Strength Reduction Pass Does Not Work for Some Varialbles Related to Induction Variables
Dear all, Hi! Recently, I try to combine the passes SeparateConstOffsetFromGEP and LoopStrengthReduction to transform the multiplication in the lowered GEP IRs into addition. However, it seems LoopStrengthReduction is unable to remove all the multiplications for the element offset calculation. My test code is shown below and thanks a lot in advance for your time and suggestion!