search for: 140572

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

Did you mean: 110572
2006 Dec 04
2
master request not found
I am setting up dovecot 1.0-rc15 as a proxy. When I try to log in, I get errors such as the following: Dec 4 17:39:23 vega dovecot: Dovecot v1.0.rc15 starting up Dec 4 17:39:24 vega dovecot: auth-worker(default): mysql: Connected to localhost (ad_mail) Dec 4 17:39:31 vega dovecot: auth(default): client in: AUTH 1 PLAINservice=POP3 lip=xx.xx.xx.xx rip=xx.xx.xx.xx
2020 May 20
2
LV: predication
...ass. Middle-end passes may find this information useful too, operating after LV, or on vector IR produced elsewhere. This is somewhat analogous to the argument about relying on a canonical induction variable versus employing SCEV to derive it, http://lists.llvm.org/pipermail/llvm-dev/2020-April/140572.html. A dedicated intrinsic that freezes the compare instruction, for no apparent reason, may potentially cripple subsequent passes from further optimizing the vectorized loop. From: llvm-dev <llvm-dev-bounces at lists.llvm.org> On Behalf Of Sjoerd Meijer via llvm-dev Sent: Friday, May...
2020 May 01
5
LV: predication
Hi Eli, > The problem with your proposal, as written, is that the vectorizer is producing the intrinsic. Because we don’t impose any ordering on optimizations before codegen, every optimization pass in LLVM would have to be taught to preserve any @llvm.set.loop.elements.i32 whenever it makes any change. This is completely impractical because the intrinsic isn’t related to anything
2020 May 21
2
LV: predication
...ass. Middle-end passes may find this information useful too, operating after LV, or on vector IR produced elsewhere. This is somewhat analogous to the argument about relying on a canonical induction variable versus employing SCEV to derive it, http://lists.llvm.org/pipermail/llvm-dev/2020-April/140572.html. A dedicated intrinsic that freezes the compare instruction, for no apparent reason, may potentially cripple subsequent passes from further optimizing the vectorized loop. From: llvm-dev <llvm-dev-bounces at lists.llvm.org<mailto:llvm-dev-bounces at lists.llvm.org>> On Behalf...