search for: 32561

Displaying 20 results from an estimated 23 matches for "32561".

Did you mean: 2561
2017 May 11
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...'s a summary of issues that were deferred for later on (some of which are optimization-ish and we might decide to never do at -O0 at all): * Crash in RegBankSelect for half fp types: https://bugs.llvm.org/show_bug.cgi?id=32560 * Improving constant placement: http://bugs.llvm.org/show_bug.cgi?id=32561 * Fancy switch lowering * Transforming division-by-constant-power-of-2 into right shift AFAICT all the other issues that were brought up were fixed (yay!). Cheers, Diana On 11 May 2017 at 08:44, Kristof Beyls via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 10 May 2017, at 17...
2017 May 10
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...>> Same issue causes SingleSource/Benchmarks/Shootout-C++/Shootout-C++-moments (58.5%) >> MultiSource/Applications/siod/siod (72%): Seems to be mainly due to loading constants in the entry BB, but I'm not sure that indeed is the biggest cause. (https://bugs.llvm.org//show_bug.cgi?id=32561 <https://bugs.llvm.org//show_bug.cgi?id=32561>) >> MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset (48%): Due to creating all constants in the entry BB, see function CopyObject. (https://bugs.llvm.org//show_bug.cgi?id=32561 <https://bugs.llvm.org//show_bug.cgi?id=325...
2017 May 09
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...SingleSource/Benchmarks/Shootout-C++/Shootout-C++-moments (58.5%) > - MultiSource/Applications/siod/siod (72%): Seems to be mainly due > to loading constants in the entry BB, but I'm not sure that indeed is the > biggest cause. (https://bugs.llvm.org//show_bug.cgi?id=32561) > - MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset > (48%): Due to creating all constants in the entry BB, see function > CopyObject. (https://bugs.llvm.org//show_bug.cgi?id=32561) > - MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decod...
2017 May 09
4
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
..._move(). Same issue causes SingleSource/Benchmarks/Shootout-C++/Shootout-C++-moments (58.5%) * MultiSource/Applications/siod/siod (72%): Seems to be mainly due to loading constants in the entry BB, but I'm not sure that indeed is the biggest cause. (https://bugs.llvm.org//show_bug.cgi?id=32561) * MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset (48%): Due to creating all constants in the entry BB, see function CopyObject. (https://bugs.llvm.org//show_bug.cgi?id=32561) * MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode (46%): Function Reference_ID...
2017 Apr 19
0
GlobalISel BoF follow-up
...'ll try to summarize things on the mailing list as well: We still have a few bugs open that we should fix or at least discuss before turning GlobalISel on by default at O0 for AArch64: * PR32560 - A crash in regbank select [2] * PR32550 - Floating point values moving a lot through GPRs [3] * PR32561 - Improve placement of constants [4] * Optional - improve handling of switch statements (I think we don't even have a bug open for this, but it has been brought up) Unrelated to O0, here are some pending patches (at least that I'm aware of): * Legalization of non-power-of-2 types [5] - thi...
2017 May 12
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...(some of which are optimization-ish and we might decide to > never do at -O0 at all): > * Crash in RegBankSelect for half fp types: > https://bugs.llvm.org/show_bug.cgi?id=32560 > > > I’ll have a look. > > * Improving constant placement: http://bugs.llvm.org/show_bug.cgi?id=32561 > > > I’ve commented in the PR to mention the localizer technic I was playing > with, if someone wants to give it a try. > > * Fancy switch lowering > * Transforming division-by-constant-power-of-2 into right shift > > > AFAICT all the other issues that were brought up...
2017 Apr 01
3
GlobalISel BoF follow-up
Hi all, At the EuroLLVM BoF people asked where the design discussions around GlobalISel take place. Naturally, a lot of them take place at Apple, since they have the highest density of co-located GlobalISel devs, but we also have some in Phab. For those of you that are interested, please have a look at the following topics - discussions are progressing rather slowly and we definitely
2017 May 16
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...half fp types: >>> >> https://bugs.llvm.org/show_bug.cgi?id=32560 >>> >> >>> >> >>> >> I’ll have a look. >>> >> >>> >> * Improving constant placement: >>> >> http://bugs.llvm.org/show_bug.cgi?id=32561 >>> >> >>> >> >>> >> I’ve commented in the PR to mention the localizer technic I was playing >>> >> with, if someone wants to give it a try. >>> >> >>> >> * Fancy switch lowering >>> >> * Transf...
2017 May 12
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...er do at -O0 at all): > >> * Crash in RegBankSelect for half fp types: > >> https://bugs.llvm.org/show_bug.cgi?id=32560 > >> > >> > >> I’ll have a look. > >> > >> * Improving constant placement: > http://bugs.llvm.org/show_bug.cgi?id=32561 > >> > >> > >> I’ve commented in the PR to mention the localizer technic I was playing > >> with, if someone wants to give it a try. > >> > >> * Fancy switch lowering > >> * Transforming division-by-constant-power-of-2 into right shift...
2017 May 18
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...e of which are optimization-ish and we might decide to > never do at -O0 at all): > * Crash in RegBankSelect for half fp types: > https://bugs.llvm.org/show_bug.cgi?id=32560 > > > I’ll have a look. > > * Improving constant placement: > http://bugs.llvm.org/show_bug.cgi?id=32561 > > > I’ve commented in the PR to mention the localizer technic I was playing > with, if someone wants to give it a try. > > * Fancy switch lowering > * Transforming division-by-constant-power-of-2 into right shift > > > AFAICT all the other issues that were brought up...
2017 May 19
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...r do at -O0 at all): >>> * Crash in RegBankSelect for half fp types: >>> https://bugs.llvm.org/show_bug.cgi?id=32560 >>> >>> >>> I’ll have a look. >>> >>> * Improving constant placement: >>> http://bugs.llvm.org/show_bug.cgi?id=32561 >>> >>> >>> I’ve commented in the PR to mention the localizer technic I was playing >>> with, if someone wants to give it a try. >>> >>> * Fancy switch lowering >>> * Transforming division-by-constant-power-of-2 into right shift >&gt...
2005 Dec 01
2
p2p?
Hello everyone, I have my centos server running just fine with everything I need... except I can't setup no p2p program (amule, bittorrent, etc). Anyone some hint on which program to use and how to make it run? Thanx Samuel --- andinasoft SA - Software y Consulting --- Mariano Aguilera 216 y Almagro - Quito, Ecuador Tel. +593 2 223 5682 ----- Cel. +593 9 946 4046 ---------
2001 Mar 02
1
Smb Retry and SSL
After posting to samba-nt and samba-technical I was told that this was the place. Running 2.0.7-21 Feb 22 12:42:41 server1 kernel: smb_trans2_request: result=-32, setting invalid Feb 22 12:42:41 server1 kernel: smb_retry: sucessful, new pid=32561, generation=4 I have removed the system from the domain, erased the SID's, reset the computer account, rejoined the domain and still get this error. This is exceedingly troublesome because when it decides to send an error to the console I have been in the process of editing files, scripts, etc...
2010 Feb 16
2
Random Forest
Hi, i'm using randomForest package and i have 2 questions: 1. Can i drop one tree from an RF object? 2. i have a 300 trees forest, but when i use the predict function on new data (with predict.all=TRUE) i get only 270 votes. did i do something wrong? Thanks -- View this message in context: http://n4.nabble.com/Random-Forest-tp1557464p1557464.html Sent from the R help mailing list archive at
2017 May 22
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
...e of which are optimization-ish and we might decide to > never do at -O0 at all): > * Crash in RegBankSelect for half fp types: > https://bugs.llvm.org/show_bug.cgi?id=32560 > > > I’ll have a look. > > * Improving constant placement: > http://bugs.llvm.org/show_bug.cgi?id=32561 > > > I’ve commented in the PR to mention the localizer technic I was playing > with, if someone wants to give it a try. > > * Fancy switch lowering > * Transforming division-by-constant-power-of-2 into right shift > > > AFAICT all the other issues that were brought up...
2012 Apr 19
3
dovecot LDA with sendmail
Hi, Im configuring sendmail with dovecot for virtual users using password file and file for user name. on centos. dovecot-1.0.7-7.el5 sendmail-8.13.8-2.el5 dovecot ?n # 1.0.7: /etc/dovecot.conf base_dir: /var/run/dovecot/ log_path: /var/log/dovecot.log info_log_path: /var/log/dovecot.log ssl_disable: yes login_dir: /var/run/dovecot/login login_executable(default):
2018 Jul 30
9
GlobalISel design update and goals
...for enabling optimizations I’ve filed a few PRs that people can follow or comment on to track the progress towards enabling the -Os optimization level. The rough outline is: PR 38365 - [AArch64][GlobalISel] Never fall back on CTMark or benchmarks (Darwin) PR 38366 - GlobalISel: Lightweight CSE PR 32561 - GlobalISel: placement of constants in the entry-block and fast regalloc result in lots of reloaded constant PR 38367 - GlobalISel: Implement support for obtaining known bits information PR 38368 - GlobalISel: Investigate an efficient way to ensure load/store orderings These, along with general d...
2018 Jul 31
2
GlobalISel design update and goals
...people can follow or comment on to track the >> progress towards enabling the -Os optimization level. The rough outline is: >> >> PR 38365 - [AArch64][GlobalISel] Never fall back on CTMark or benchmarks >> (Darwin) >> PR 38366 - GlobalISel: Lightweight CSE >> PR 32561 - GlobalISel: placement of constants in the entry-block and fast >> regalloc result in lots of reloaded constant >> PR 38367 - GlobalISel: Implement support for obtaining known bits >> information >> PR 38368 - GlobalISel: Investigate an efficient way to ensure load/store &g...
2017 Apr 27
2
[GlobalISel][AArch64] Toward flipping the switch for O0: Please give it a try!
Hi Kristof, > On Apr 27, 2017, at 9:47 AM, Kristof Beyls <kristof.beyls at arm.com> wrote: > > Hi Quentin, > >> On 27 Apr 2017, at 00:48, Quentin Colombet <qcolombet at apple.com <mailto:qcolombet at apple.com>> wrote: >> >> Hi Kristof, >> >>> On Apr 6, 2017, at 6:53 AM, Kristof Beyls <kristof.beyls at arm.com
2018 Aug 03
2
GlobalISel design update and goals
...people can follow or comment on to track the >> progress towards enabling the -Os optimization level. The rough outline is: >> >> PR 38365 - [AArch64][GlobalISel] Never fall back on CTMark or benchmarks >> (Darwin) >> PR 38366 - GlobalISel: Lightweight CSE >> PR 32561 - GlobalISel: placement of constants in the entry-block and fast >> regalloc result in lots of reloaded constant >> PR 38367 - GlobalISel: Implement support for obtaining known bits >> information >> PR 38368 - GlobalISel: Investigate an efficient way to ensure load/store &g...